primatejs / primate

Web framework focused on flexibility and developer freedom
https://primatejs.com
MIT License
196 stars 9 forks source link

react styles don't update in hotreloading #161

Open terrablue opened 3 weeks ago

terrablue commented 3 weeks ago

Changing a react component's style requires a full app restart to show in the browser

terrablue commented 3 weeks ago

Partially solved in https://github.com/primatejs/primate/commit/17e7e8ff904a1d1d927a61b8bf776ebab62f973a, as turning off SSR will fix the issue. Will be fixed permanently when SSR is automatically deactivated in development mode, per https://github.com/primatejs/primate/issues/145