Closed oemer-aran closed 6 months ago
We don't currently support 19 which is currently in beta. I'll see what it takes to allow it.
@matthewp hello Matthew. I'm also encountering this issue with my project. But error is little different.
error Missing "./errors" specifier in "astro" package
in my case I'm not even using React 19. its React 18.3.1. Astro version is 2.0.0
@zhondori I have the same error. Have you seen any updates?
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