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 call to finishHooks when doing a static render. #17889

Closed

Conversation

ijxsid2
Copy link

@ijxsid2 ijxsid2 commented Jan 22, 2020

Summary

Fixes #16416 . If you had a renderToStaticMarkup or renderToString inside the hook, it would cause all the hooks to finish and set workInProgressHook to null. In this PR, I am trying to call the finishHooks only when we're not doing a static markup.

Test Plan

Its my first issue so I might have missed something. I ran yarn test, yarn linc and yarn flow, they are all passing. Also, I am not sure how to add a test for this.

@facebook-github-bot
Copy link

Hi ijxsid! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 22, 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 7ee2982:

Sandbox Source
elegant-merkle-3pkk1 Configuration
Cannot set property 'memoizedState' of null Issue #16416

@sizebot
Copy link

sizebot commented Jan 22, 2020

No significant bundle size changes to report.

Size changes (experimental)

Generated by 🚫 dangerJS against 7ee2982

@sizebot
Copy link

sizebot commented Jan 22, 2020

No significant bundle size changes to report.

Size changes (stable)

Generated by 🚫 dangerJS against 7ee2982

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Copy link
Collaborator

@gaearon gaearon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this fix. What makes makeStaticMarkup special that we don't need to call the function? Are you sure you're fixing the root cause and not the symptom? This also doesn't have any new tests — which means we can't verify what you tried to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR: Cannot set property 'memoizedState' of null
7 participants