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

Don't cut off effects at end of list if hydrating #18872

Merged
merged 1 commit into from May 9, 2020

Conversation

sebmarkbage
Copy link
Collaborator

This is a follow up to #18854.

We have a special case that cuts off the effect list. The logic for this case needs to replicate the logic from #18854. So I also bail out from hydration here.

This is another special case that would be nice to get rid of if we get rid of the effect list.

@sebmarkbage sebmarkbage requested a review from acdlite May 9, 2020 02:41
@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels May 9, 2020
@codesandbox-ci
Copy link

codesandbox-ci bot commented May 9, 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 3a37af3:

Sandbox Source
youthful-babbage-kzi9w Configuration

@sizebot
Copy link

sizebot commented May 9, 2020

No significant bundle size changes to report.

Size changes (experimental)

Generated by 🚫 dangerJS against 3a37af3

@sizebot
Copy link

sizebot commented May 9, 2020

No significant bundle size changes to report.

Size changes (stable)

Generated by 🚫 dangerJS against 3a37af3

@sebmarkbage sebmarkbage merged commit 539527b into facebook:master May 9, 2020
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