wadahiro / griddle-react-bootstrap

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

Fix pagination with react-bootstrap v0.29.0 #1

Closed kelchm closed 8 years ago

kelchm commented 8 years ago

This is a quick change to fix pagination with react-bootstrap v0.29.0 or higher. The signature for onSelect changed to: (eventKey: any, event: SyntheticEvent) => any

wadahiro commented 8 years ago

@kelchm Thanks a lot :smile: