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 1287e34 commit e536f54Copy full SHA for e536f54
packages/remix-dev/vite/plugin.ts
@@ -557,6 +557,7 @@ export const remixVitePlugin: RemixVitePlugin = (options = {}) => {
557
// That means that before Vite pre-bundles dependencies (e.g. first time dev server is run)
558
// mismatching Remix routers cause `Error: You must render this element inside a <Remix> element`.
559
"@remix-run/react",
560
+ "@remix-run/node",
561
],
562
},
563
esbuild: {
0 commit comments