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
Exclude client environment from integration container plugin
Replace Vite's this.resolve() with Node's require.resolve() for
resolving injected route entrypoints. The Vite resolve call triggers the
client dep optimizer's registerMissingImport for server-only routes,
which can race against optimizer init and produce a metadata cache
missing React dependencies.
0 commit comments