We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried your example and I get this error in the console.
"Warning: Failed propType: Invariant Violation: index: prop type renderPagination is invalid; it must be a function, usually from React.PropTypes. "
renderPagination
I'm following your "Basic usage" in the readme.md so I'm not passing anything to renderPagination. I wonder if it's in your lib code?
The text was updated successfully, but these errors were encountered:
ok I defined a wrong type :(
fixes later.
Sorry, something went wrong.
21f0b00
No branches or pull requests
I just tried your example and I get this error in the console.
"Warning: Failed propType: Invariant Violation: index: prop type
renderPagination
is invalid; it must be a function, usually from React.PropTypes. "I'm following your "Basic usage" in the readme.md so I'm not passing anything to renderPagination. I wonder if it's in your lib code?
The text was updated successfully, but these errors were encountered: