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:
<html
lang="en"
class="bg-slate-900 overscroll-x-none overflow-x-hidden sm:overscroll-contain scroll-smooth">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=2" />
<link rel="icon" href="/favicon.ico?v=2" />
<title>Solid App</title>
<HydrationScript />
</head>
<body class="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