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

Remove Suspense priority warning #17971

Merged
merged 2 commits into from Feb 4, 2020
Merged

Remove Suspense priority warning #17971

merged 2 commits into from Feb 4, 2020

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Feb 4, 2020

We know there are at least two bugs there:

  • It only checks the first Hook.
  • There is a DEV-only infinite loop in the class codepath because update.next can be update.

We also haven't managed to enable it yet on WWW.
Let's remove for now and revisit closer to the release.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Feb 4, 2020
@sizebot
Copy link

sizebot commented Feb 4, 2020

Warnings
⚠️ Could not find build artifacts for base commit: 812277d

Size changes (experimental)

Generated by 🚫 dangerJS against 57dca4e

@sizebot
Copy link

sizebot commented Feb 4, 2020

Warnings
⚠️ Could not find build artifacts for base commit: 812277d

Size changes (stable)

Generated by 🚫 dangerJS against 57dca4e

@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 4, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 57dca4e:

Sandbox Source
eloquent-dust-1nf1v Configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants