-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select React bundle (ON patchAsyncStorage()
)
#158
Comments
Is this to support different version of React for pages vs app router parts of one app? Off topic, but related: how common is it for people to use two versions of react in a Next.js app? |
This should not be require on Next14+ |
The patch for selecting the react bundle is not on
Yes, app and page router could use 2 different version of react, and for next >13.4.13 and <13.5.1 we had to patch it ourselves per request because
Not very common, it's for people that uses both page and app router (and using different version). Now that react 19 is out i guess you could use the same version for both |
Open next relies on
patchAsyncStorage()
to select the React bundle to load.We should implement the same functionality for the cloudflare adapter where we can not patch
mod._resolveFilename
The text was updated successfully, but these errors were encountered: