We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c299d8b commit 9ce8c08Copy full SHA for 9ce8c08
packages/react-router-dev/vite/plugin.ts
@@ -631,7 +631,7 @@ export const reactRouterVitePlugin: ReactRouterVitePlugin = () => {
631
.map((key, index) => {
632
let route = routes[key]!;
633
if (isSpaMode && key !== "root") {
634
- // In SPA mode, we only pre-render to the root route and it's `HydrateFallback`.
+ // In SPA mode, we only pre-render the root route and its `HydrateFallback`.
635
// Therefore, we can stub all other routes with an empty module as they
636
// (and their deps) may not be compatible with server-side rendering.
637
// This also helps keep the build fast.
0 commit comments