Describe the bug
Might seem as a silly issue, but any updates on Document.jsx won't hot reload the module. I've added some Tailwind classes on and they only show up in my running app when I manually refresh. The same goes for adding/removing DOM elements, such as an
inside the .
Your Example Website or App
solid 2.0 rc-3
Steps to Reproduce the Bug or Issue
Install solid 2.0 rc-3 (or 4) and try and edit Document.jsx:
<htmllang="en" class="bg-slate-900 overscroll-x-none overflow-x-hidden sm:overscroll-contain scroll-smooth"><head><metacharset="utf-8" /><metaname="viewport" content="width=device-width, initial-scale=1" /><linkrel="icon" type="image/svg+xml" href="/favicon.svg?v=2" /><linkrel="icon" href="/favicon.ico?v=2" /><title>Solid App</title><HydrationScript/></head><bodyclass="h-dvh isolate"><h1>Hello Solid</h1>
{props.children}
</body></html>Expected behavior
I expect the HMR to kick in on saving Document.jsx.
Screenshots or Videos
No response
Platform
- OS: MacOS 26.5
- Browser: Safari
- Version: 26.5
Additional context
No response
Describe the bug
Might seem as a silly issue, but any updates on Document.jsx won't hot reload the module. I've added some Tailwind classes on and they only show up in my running app when I manually refresh. The same goes for adding/removing DOM elements, such as an
inside the .
Your Example Website or App
solid 2.0 rc-3
Steps to Reproduce the Bug or Issue
Install solid 2.0 rc-3 (or 4) and try and edit Document.jsx:
Expected behavior
I expect the HMR to kick in on saving Document.jsx.
Screenshots or Videos
No response
Platform
Additional context
No response