-
Notifications
You must be signed in to change notification settings - Fork 781
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
Latest React update causing "unknown props" warnings #590
Comments
Hi, @tylerjryan, about React-Bootstrap version 0.30.0 was resolved this problem, I can help to change it, Thanks !! Edit: but must be try some test. |
Yeah, I'm on 0.30.0 and the latest of react-bootstrap-table as well, and I'm still seeing this issue. Thanks for checking! |
Hi, @tylerjryan @quantumreference I found this is issue from react-toastr module, I check that issues and have someone intent to fix it ! see Here. |
perfect, that makes sense. Thank you very much! On Wed, Jul 27, 2016 at 7:27 PM Whien [email protected] wrote:
|
yes, the problem is from |
Fixed on |
there's one thing to notice, on v2.4.4 I move the css files from css to dist folder, remember to update the css path. I apologize for it. |
In the latest version of React, errors are being thrown for "unknown props". See here: https://facebook.github.io/react/warnings/unknown-prop.html
It seems that the BootstrapTable is currently throwing these (as of version 2.3.9):
![screen shot 2016-07-27 at 9 59 12 am](https://cloud.githubusercontent.com/assets/4932412/17184459/2eda8bee-53e1-11e6-8fa1-2f41699814c0.png)
This seems to have already been resolved by React-Bootstrap, see here: react-bootstrap/react-bootstrap#1994
I just wanted to let you know about this in case you weren't aware. Thanks for the great work!
The text was updated successfully, but these errors were encountered: