signals not work in the REPL of official website
faxinwang opened this issue · 1 comments
faxinwang commented
- Check if updating to the latest Preact version resolves the issue
Describe the bug
the todo list (signals) example do not work in the REPL of the official website.
date: 2023/3/22
https://preactjs.com/repl?example=todo-list-signals
To Reproduce
Steps to reproduce the behavior:
- Go to https://preactjs.com/repl?example=todo-list-signals
- input some text int the input box
- click add button, the item does not add to todo list.
- click the x button, the item does not deleted.
rschristian commented
Thanks for letting us know!
We already have #978 to track this, so lets close this one out as a duplicate.