Skip to content
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

Nextjs concurrent mode breaks all client functionality. #11405

Closed
ghost opened this issue Mar 27, 2020 · 3 comments
Closed

Nextjs concurrent mode breaks all client functionality. #11405

ghost opened this issue Mar 27, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 27, 2020

Bug Report

When using concurrent mode with nextjs, client functionality breaks such as on click and suspend.

To Reproduce

Code sandbox here - https://codesandbox.io/s/pensive-leakey-0is6p

Additional Context

Check #10645

@devknoll
Copy link
Contributor

I think there might be something strange going on between Code Sandbox and Next, because this example is working: https://codesandbox.io/s/silent-star-0x8v5

Can you try clearing your .next directory and running yarn install --force and see if that fixes your issue?

@ghost
Copy link
Author

ghost commented Apr 1, 2020

@devknoll Hm. You are using different version of react and react-dom which might be the culprit. But seems fixed in newer version (yours). I am not having those problems anymore.

@balazsorban44
Copy link
Member

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants