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

Add warning in server renderer if class doesn't extend React.Component #11993

Merged
merged 4 commits into from
Jan 9, 2018

Commits on Jan 8, 2018

  1. Add warning in server renderer if class doesn't extend React.Component

    In dev mode, while server rendering, a warning will be thrown if there is a class that doesn't extend React.Component.
    wyze committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    6499aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed0dae View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    2aaabea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a06117 View commit details
    Browse the repository at this point in the history