Describe the bug
bool: properties render differently on the server vs client (after mounting).
Your Example Website or App
https://github.com/farnoy/solid-repro-bool/blob/212792c781e4b0a2844225a9005956aa6dab9273/src/components/Counter.tsx#L4-L13
Steps to Reproduce the Bug or Issue
- run dev server in https://github.com/farnoy/solid-repro-bool
- load the page
- inspect
is-ten attribute of the Counter button
- increment the counter by clicking
- See the attribute disappear because the client library removes it while the value is still falsy
Expected behavior
is-btn should be absent in the initial render coming from the server, to align with how client code renders it
Screenshots or Videos
No response
Platform
- OS: Linux
- Browser: Chromium
- Version: 144
Additional context
No response
Describe the bug
bool:properties render differently on the server vs client (after mounting).Your Example Website or App
https://github.com/farnoy/solid-repro-bool/blob/212792c781e4b0a2844225a9005956aa6dab9273/src/components/Counter.tsx#L4-L13
Steps to Reproduce the Bug or Issue
is-tenattribute of the Counter buttonExpected behavior
is-btnshould be absent in the initial render coming from the server, to align with how client code renders itScreenshots or Videos
No response
Platform
Additional context
No response