rsteckline / rancid-tomatillos

https://rancid-tomatillos-dusky.vercel.app
0 stars 1 forks source link

[TASK] Update initial state from `null` to `[]` #28

Closed ericahagle closed 10 months ago

ericahagle commented 10 months ago
const [movies, setMovies] = useState(null);

Since the state should hold an array, we should have the initial state be an empty array instead of null