React Router 7.6.0 with Bun -- issues with _build.routeDiscovery: [vite] Internal server error: undefined is not an object (evaluating '_build.routeDiscovery.manifestPath') #10618
Replies: 1 comment
-
closing -- asked in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use React-Router 7.6.0 with Bun, I often get run time errors about absence of routeDiscovery in _build object.
In
createRequestHandler(build, mode)
, I try to print out the build object and indeed I don't see routeDiscovery there:routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" },
does not helpI tried to apply a patch, which helped:
in:
Beta Was this translation helpful? Give feedback.
All reactions