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 render bitmask-bailing consumers even if there's a deeper matching child #12543

Merged
merged 2 commits into from
Apr 4, 2018

Commits on Apr 4, 2018

  1. Don't render consumers that bailed out with bitmask even if there's a…

    … deeper matching child
    gaearon committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    9c633c9 View commit details
    Browse the repository at this point in the history
  2. Use a render prop in the test

    Without it, <Indirection> doesn't do anything because we bail out on constant element anyway.
    That's not what we're testing, and could be confusing.
    gaearon committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    3ea56b0 View commit details
    Browse the repository at this point in the history