Open dallyh opened 7 months ago
I think it might be solved if https://github.com/withastro/adapters/issues/211 is solved.. But I'll need to investigate that further :)
Ok I played with this a little bit.. I have no idea why this happens ... Even fixing all other react related issues, doesn't seem to resolve this 🤔
I don't expect this to be fixed by v11, but might be worth to try again.
Indeed it did not help, i updated the repo branch.
[wrangler:inf] GET /test/test 404 Not Found (20ms)
X [ERROR] Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7B%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
...
Astro Info
Describe the Bug
When using v10 version of the adapter, hybrid output mode and React integration, navigating to a page which causes 404 causes multiple React minified errors when previewing with Wrangler.
Steps to reproduce
What's the expected result?
No errors should be thrown.
Link to Minimal Reproducible Example
https://github.com/dallyh/astro-cf-10-issues/tree/minified-react-errors
Participation