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
After upgrading from v2.5.0 to v2.5.1 the following exception is thrown:
[vite] Error when evaluating SSR module /src/root.tsx: failed to import "__x00__virtual:remix/remix-react-proxy"
|- Error: Cannot find module '__x00__virtual:remix/remix-react-proxy' imported from '/src/root.tsx'
at nodeImport (file:///node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50892:25)
at ssrImport (file:///node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50799:30)
at eval (/src/root.tsx:4:37)
at async instantiateModule (file:///node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-9A4-l-43.js:50861:9)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading from v2.5.0 to v2.5.1 the following exception is thrown:
Reverting back to v2.5.0 fixes the error
Beta Was this translation helpful? Give feedback.
All reactions