Hello there.
Firstly, I'm in love with react-bootstrap-table is a great tool.
But, it has an issue if I want to use the search input on the first page of my table works really well, the issue appears when I change of page and then I want to search data and the console throw this message Uncaught TypeError: Cannot read property 'value' of null
Here is a picture where I'm on the first page of my table

Then I want to make a search and works fine

Change page

Then I did another search and crash my app

These are the console messages

In fact, in the docs happen the same issue

I hope someone is able to fix this error or let me know the way to fix it