Can't build after @astrojs/[email protected]: Could not resolve "./vnode-children.js" #8135
Labels
- P5: urgent
Fix build-breaking bugs affecting most users, should be released ASAP (priority)
pkg: react
Related to React (scope)
What version of
astro
are you using?2.10.10
Are you using an SSR adapter? If so, which one?
Node
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Safari
Describe the Bug
When trying to
npm run build
the errorCould not resolve "./vnode-children.js" from "node_modules/@astrojs/react/server.js"
gets thrown.When using:
The problem seems to be in the upgrade from
@astrojs/[email protected]
to@astrojs/[email protected]
.When building with
[email protected]
with@astrojs/[email protected]
, it works.What's the expected result?
A successful build.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-tncfye?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: