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
The root component causes a hard refresh, only sub components support hmr
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
š
I'm not sure if there's any plan to make it behave that way.
It might be possible though
when i first saw it, i thought it was a bug