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

Warn if class has a render() method but doesn't extend React.Component #11168

Merged
merged 4 commits into from
Oct 31, 2017
Merged

Warn if class has a render() method but doesn't extend React.Component #11168

merged 4 commits into from
Oct 31, 2017

Commits on Oct 28, 2017

  1. Merge pull request #1 from facebook/master

    merging in fb's changes
    swyxio authored Oct 28, 2017
    Configuration menu
    Copy the full SHA
    59d9c06 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. added forgotExtendClass warning on new master

    sw-yx committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    854daa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    e8d3851 View commit details
    Browse the repository at this point in the history
  2. Simplify the condition

    gaearon committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    97e3a77 View commit details
    Browse the repository at this point in the history