bsnman

Results 4 comments of bsnman

No, it does not output ``` [vite] hmr invalidate /src/components/Login.tsx Could not Fast Refresh. Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports ``` HMR Fast Refresh actually works, but the eslint react-refresh gives a...

Yes, here is the code for my `router.ts` that I want to lazy load some components. ```javascript // router.ts import { createBrowserRouter } from "react-router-dom"; import { lazy } from...

I'll try implementing the second solution first. Thanks for the quick feedback.

Second option works for me also. Thanks