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

Throw more specific error if passed undefined in React.cloneElement #12534

Merged

Commits on Apr 4, 2018

  1. throw error if passed undefined

    Nicole Levy committed Apr 4, 2018
    1 Configuration menu
    Copy the full SHA
    7bc5fd5 View commit details
    Browse the repository at this point in the history
  2. should be TypeError

    Nicole Levy committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    8ee2452 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. simplify

    Nicole Levy committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    33d1edf View commit details
    Browse the repository at this point in the history
  2. use invariant

    Nicole Levy committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    48c7b53 View commit details
    Browse the repository at this point in the history
  3. editor messed up spacing

    Nicole Levy committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    34816fc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. better check

    Nicole Levy committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    2733707 View commit details
    Browse the repository at this point in the history
  2. Revert "better check"

    This reverts commit 2733707.
    Nicole Levy committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    44df599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f6d18b View commit details
    Browse the repository at this point in the history
  4. yarn prettier test was failing

    Nicole Levy committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    baa4d84 View commit details
    Browse the repository at this point in the history
  5. more explicit copy

    Nicole Levy committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    80de944 View commit details
    Browse the repository at this point in the history
  6. es6 import

    Nicole Levy committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    e3416ee View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. tests

    Nicole Levy committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    905abfc View commit details
    Browse the repository at this point in the history
  2. formatting

    Nicole Levy committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    d20de72 View commit details
    Browse the repository at this point in the history
  3. Move import

    gaearon committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    070ef20 View commit details
    Browse the repository at this point in the history