is solid-start dev server broken?
I have been dealing this for quite a while, sometimes in dev solidstart would just not load components that were imported in the root layout passed to router. I would need to do multiple hard refreshes or restart the dev server. the component body always run but no render happened or any effects inside the body run.
build has no such issues and it always loads all components correctly
repo for reference: https://github.com/vanillacode314/kanban
I am using pnpm
4 Replies
Also I looked in to the github issues page, apparently other people are also having issues like this.
GitHub
Issue with File Updates on Dev Server · Issue #1562 · solidjs/solid...
Describe the bug When using the solid template with the with-tailwindcss option, as provided by the command bun create solid, there are issues with automatic file updates on the dev server. The pro...
GitHub
[Bug?]: Edits to CSS modules do not trigger HMR and won't update wi...
Duplicates I have searched the existing issues Latest version I have tested the latest version Current behavior 😯 When making edits to a .module.css file vite triggers a page reload rather than an ...
GitHub
[Bug?]: HMR not working with filesystem routes · Issue #1389 · soli...
Duplicates I have searched the existing issues Latest version I have tested the latest version Current behavior 😯 Editing a file in routes/ that has a default export will cause a full reload, rathe...