You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that using this package, it seemingly breaks Vite's HMR functionality for any components rendered inside of a route component.
This is quite problematic given that we often wrap our entire applications inside of the router. I have tested it and anything outside of the router updates perfectly fine with HMR.
I have found that using this package, it seemingly breaks Vite's HMR functionality for any components rendered inside of a route component.
This is quite problematic given that we often wrap our entire applications inside of the router. I have tested it and anything outside of the router updates perfectly fine with HMR.
"vite": "^4.0.0",
"@preact/preset-vite": "^2.4.0",
"preact-router": "^4.1.0",
The text was updated successfully, but these errors were encountered: