preactjs / signals

Manage state with style in every framework
https://preactjs.com/blog/introducing-signals/
MIT License
3.72k stars 91 forks source link

Errors when Using Signals in React #138

Open 18121A05L2 opened 2 years ago

18121A05L2 commented 2 years ago

hey , i am new to signals . today I just tried @preact/signals-react . in UI it is working fine in updating values but i am getting an error in the console when importing import { signal } from "@preact/signals-react";

you can check the error in the image below

Screenshot (4322)

marvinhagemeister commented 2 years ago

Huh that looks strange. Looks like something is crashing in the error overlay.

TiavinaRakotobe commented 9 months ago

I got the same problem but I was able to fix it by fixing react/jsx-key errors, I dunno why