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

Fix bailout broken in lazy components due to default props resolving #18491

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    4cf72db View commit details
    Browse the repository at this point in the history
  2. Fix bailout broken in lazy components due to default props resolving

    We should never compare unresolved props with resolved props. Since comparing
    resolved props by reference doesn't make sense, we use unresolved props in that
    case. Otherwise, resolved props are used.
    jddxf committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    92c15f2 View commit details
    Browse the repository at this point in the history