king8fisherK
Denoβ€’3y agoβ€’
16 replies
king8fisher

useEffect in the islands

Seeing a strange error in the browser window as soon as I add a simple as
useEffect(() => {
  console.log('here');
});
image.png
Was this page helpful?