-
Notifications
You must be signed in to change notification settings - Fork 8
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
Warning: Unknown prop xsOffset
on <div> tag.
#5
Comments
I am seeing the same issue with other Col props, |
Sorry for so long delay. I've published new release |
Thank you. I updated to 0.8.0, but I am still seeing:
My code looks like:
I can provide other details if needed. |
It's fixed for me in 0.8.0, thanks for the update! 🎉 P.S. @caiokf-zenefits In my case I initially also thought it wasn't solved. Restarting the dev server / webpack solved it for me. |
Aha! Sorry i missed that. It fixed for me too. Thank you. |
Using the last version 0.7.0 of react-flexgrid shows the following warnings in the console.
This already seems solved in https://github.com/nkt/react-flexgrid/blob/master/src/Col.js#L45 . However I don't see the passingProps in the Col.js installed by npm. Probably it can be solved by bumping the version and publishing it.
The text was updated successfully, but these errors were encountered: