-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Describe the bug
This demo does not work: https://www.solidjs.com/examples/simpletodoshyperscript
After adding the first todo item, all other items do not get added. There is an error in browser console
sdk.js:1 Uncaught Error: DOMNode._children is expected to not be null.
at Tn.insertChild (sdk.js:1:257639)
at Pn.childNodeInserted (sdk.js:1:268559)
at Ln.childNodeInserted (sdk.js:1:273663)
at g.dispatch (protocol_client.js:1:7253)
at j.dispatch (protocol_client.js:1:8244)
at d.onMessage (protocol_client.js:1:4221)
at sdk.js:1:341593
Your Example Website or App
https://www.solidjs.com/examples/simpletodoshyperscript
Steps to Reproduce the Bug or Issue
- Go to https://www.solidjs.com/examples/simpletodoshyperscript
- Try adding new todo items
- After adding the first one, they stop working
Expected behavior
The demo should work
Screenshots or Videos
See the attached video. The recording uses Chrome v134, but I see the same in Firefox 136 too (both are latest stable versions)
Screen.Recording.2025-03-23.at.21.48.12.mov
Platform
- OS: n/a
- Browser: Chrome v134, Firefox 136
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels