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

React 15.3.0 causes warnings for React Bootstrap #2110

Closed
mikewli opened this issue Aug 4, 2016 · 2 comments
Closed

React 15.3.0 causes warnings for React Bootstrap #2110

mikewli opened this issue Aug 4, 2016 · 2 comments

Comments

@mikewli
Copy link

mikewli commented Aug 4, 2016

Components are forwarding props to rendering elements, causing a lot of warnings, especially if the UI is comprised of many react-bootstrap components.

Facebook details the warnings here:
https://facebook.github.io/react/warnings/unknown-prop.html
facebook/react#7132

@mlandalv
Copy link

mlandalv commented Aug 4, 2016

There are also warnings related to manually calling proptypes validation functions, eg:

Warning: You are manually calling a React.PropTypes validation function for the `dismissAfter` prop on `Alert`. This is deprecated and will not work in the next major version.

More info here: https://facebook.github.io/react/warnings/dont-call-proptypes.html

@taion
Copy link
Member

taion commented Aug 4, 2016

Dupe of a bunch of old issues. Please search before opening new issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants