V3 Migration: React Automatic Runtime Error #9541
anaclumos
started this conversation in
v1-v2 migration
Replies: 1 comment 1 reply
-
Does it work in local development? Could you try making a minimal reproduction? That path looks suspiciously like an autogenerated route—are you sure the code doesn't contain any hacks like relying on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error: Docusaurus server-side rendering could not render static page with path /r/6B3AC8 because of error: React is not defined at render (main:621884:26) at async /Users/cho/Downloads/www/node_modules/p-map/index.js:57:22 { [cause]: ReferenceError: React is not defined at IconExternalLink (main:659484:5) at Uc (main:587364:44) at Xc (main:587366:253) at Z (main:587372:89) at Yc (main:587375:98) at $c (main:587374:140) at Z (main:587372:345) at Xc (main:587367:476) at Z (main:587372:89) at Yc (main:587375:98) }
Getting the following error while upgrading to Docusaurus v3. Most likely related to the React Automatic Runtime. Any guides or document I should look into?
Beta Was this translation helpful? Give feedback.
All reactions