preactjs / signals

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

Todolist REPL example is not worling for me #365

Closed atothek1 closed 1 year ago

atothek1 commented 1 year ago

Dear preactjs Team,

as i wanted to play a bit around with the Signal API i have faced an issue that the Signalexample in the REPL is not properly working.

I have logged in the handlers and the values are chaning but are not triggering the rerendering.

Do I miss something? shall the example work out of the box?

Chrome 112.0.5615.138 on Windows 11

rschristian commented 1 year ago

The REPL on our site? We broke it at one point, don't think anyone's had the time to fix it yet.

See https://github.com/preactjs/preact-www/issues/978

rschristian commented 1 year ago

Going to close this out. Track that issue or let me know if you're referring to something else.