You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Your Example Website or App
https://www.solidjs.com/examples/simpletodoshyperscript
Steps to Reproduce the Bug or Issue
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
Additional context
No response