-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
fix(runtime-core): correctly assign suspenseId to avoid conflicts with the default id #9966
Conversation
Size ReportBundles
Usages
|
Or we can change the initial value to pendingId: suspenseId++
|
I am not very familiar with e2e testing, this is playground . I cannot accurately reproduce in the test file, I need some help. |
@RicardoErii
Apply the changes in your PR and all test cases will pass |
NB, Thank you, then I won't add test cases |
@RicardoErii |
fix #9944