-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
support new prop-types package #171
Comments
8 tasks
We're also seeing issues due to that. For example we're now getting this output:
While we used to get:
So it's the |
11 tasks
sawyerh
added a commit
to navapbc/react-docgen
that referenced
this issue
Apr 11, 2017
fkling
pushed a commit
that referenced
this issue
Apr 13, 2017
fkling
pushed a commit
that referenced
this issue
Apr 13, 2017
Publish in v2.14.0 and v3.0.0-beta3. |
This was referenced Apr 13, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Yesterday's announcement includes a deprecation of
React.PropTypes
and an introduction of a new packageprop-types
.That's change introduce breaking changes here, for instance, the
required
value is no longer correct.The text was updated successfully, but these errors were encountered: