Replies: 1 comment 4 replies
-
Hi. We faced these errors as well with the same configuration when migrating to v7. To resolve this, we moved all the window-related code, such as Our app is a PWA that uses Vite PWA. It seems that Based on my initial impression, the new Framework approach may not be the best choice for building a pure SPA or PWA, particularly if you don't intend to use SSR in the future. The Custom Framework approach feels more straightforward and less limiting. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Why react-router starting in SSR mode, besides the flag is set to false in
react-router.config.ts
.I'm getting:
I'm using pnpm v9.13.2
Node is on version 23.3.0
React 18.3
Beta Was this translation helpful? Give feedback.
All reactions