-
Notifications
You must be signed in to change notification settings - Fork 27k
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
React is null in vercel production build #49753
Comments
сс @shuding seems like
|
This seems to be related to #49261 (comment) |
Nope, I don't use dynamic imports. And my demo works when i remove the |
This removes the previous handling for the prebundled react env we were setting in favor of vercel/vercel#9974 We need to wait to land this until vercel/vercel#9974 has been rolled Fixes: #49169 Fixes: #49753 x-ref: #48948
Hi, this has been updated in |
Thanks, it works ❤️🔥 |
This removes the previous handling for the prebundled react env we were setting in favor of vercel/vercel#9974 We need to wait to land this until vercel/vercel#9974 has been rolled Fixes: vercel#49169 Fixes: vercel#49753 x-ref: vercel#48948
I have same issue in Next |
@Hanggi please file a new issue with your reproduction, thanks |
same issue but I downgraded it to |
Same here, downgraded it to v13.4.3 and works fine in Firebase Hosting |
We've noticed this issue as well. It also broke our revalidation implementation Can confirm downgrading to |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000 Binaries: Node: 18.12.0 npm: 8.19.3 Yarn: 1.22.17 pnpm: 7.29.1 Relevant packages: next: 13.4.3-canary.0 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: 5.0.4
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/jeetiss/next-react-is-null
To Reproduce
Describe the Bug
deploy to vercel doesn't work when both
app
andpages
directories are existExpected Behavior
deploy should work
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
Vercel
The text was updated successfully, but these errors were encountered: