Good evening @TrevorBurnham!
Here’s a minor one. When adding the first react hook on page 74, the import statement is missing from the code example.
import {useState} from "react";
Best,
Ale
Good evening @TrevorBurnham!
Here’s a minor one. When adding the first react hook on page 74, the import statement is missing from the code example.
import {useState} from "react";
Best,
Ale
Thanks for reporting this, Ale!