wadahiro / griddle-react-bootstrap

Bootstrap style for griddle-react
http://wadahiro.github.io/griddle-react-bootstrap/
MIT License
10 stars 3 forks source link

"Warning: Unknown props" in browser console #6

Closed tim-phillips closed 8 years ago

tim-phillips commented 8 years ago

When I add BootstrapPager to my Griddle component I get the following warning in my console:

warning.js:44 Warning: Unknown props `prev`, `next`, `first`, `last`, `ellipsis`, `items`, `maxButtons`, `activePage`, `boundaryLinks`, `buttonComponentClass`, `bsClass` on <ul> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in ul (created by Pagination)
    in Pagination (created by BootstrapPager)
    in div (created by BootstrapPager)
    in div (created by BootstrapPager)
    in BootstrapPager (created by CustomPaginationContainer)
    in CustomPaginationContainer (created by Griddle)
    in div (created by Griddle)
wadahiro commented 8 years ago

It looks like that the warning comes from Pagination component in react-bootstrap. Which version of react-bootstrap do you use now?

tim-phillips commented 8 years ago

Cool, I updated react-bootstrap and I don't see the errors anymore. Thanks!

mojouy commented 6 years ago

I'm using the 0.32 and getting these errors. all my production components stopped working. !!!!

madhuhc commented 6 years ago

I am using 0.32 and seeing the same error.

Warning: Unknown props `prev`, `next`, `first`, `ellipsis`, `maxButtons`, `items`, `activePage` on <ul> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in ul (created by Pagination)
    in Pagination (created by Pagination)