S
SolidJS•2y ago
exercise

is hmr broken? or is this intentional?

create new solid start project run dev command change text in index.tsx route it does a full refresh šŸ¤”
4 Replies
jer3m01
jer3m01•2y ago
The root component causes a hard refresh, only sub components support hmr
exercise
exerciseOP•2y ago
so this is gonna stay like that? or it will be updated in a future release? i'm more used to hmr that works with pages, not only sub components 😐
jer3m01
jer3m01•2y ago
I'm not sure if there's any plan to make it behave that way. It might be possible though
exercise
exerciseOP•2y ago
when i first saw it, i thought it was a bug

Did you find this page helpful?