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
astro info
Astro v4.7.1
Noda v18.18.0
System Linux (x64)
Package Manager unknown
Output static
Adapter none
Integrations @astrojs/react
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Using React 19 Beta results in following error:
[ERROR] Missing "./server.js" specifier in"react-dom" package
Stack trace:
at C:\dev\project-name\node_modules\.pnpm\v[email protected]_@[email protected]\node_modules\vite\dist\node\chunks\dep-cNe07EU9.js:47597:25
[...] See full stack trace in the browser, or rerun with --verbose.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Using React 19 Beta results in following error:
I followed the official React 19 Beta installation guide: https://react.dev/blog/2024/04/25/react-19-upgrade-guide
If the stackblitz doesn't not show the error and just a blank screen, try
npm install --force
oryarn install
.What's the expected result?
Astro working with React 19 without any error.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/withastro-astro-2hppzz?file=package.json,.vscode%2Flaunch.json,src%2Fpages%2Findex.astro&title=Astro%20Starter%20Kit:%20Basics
Participation
The text was updated successfully, but these errors were encountered: