You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I really appreciate this powerful paginator.
But, for when a version for React v16?
I've tried it in v16, and having problems because React.PropTypes is being used, and now React no longer exports PropTypes, it needs to be imported from 'prop-types'
Thanks again for your great package!
The text was updated successfully, but these errors were encountered:
Ha, good question! I actually have a new version of this library here, which has converted to using prop-types. I've been meaning to deprecate this library but don't want to do that until I've finished the documentation for paginate-this, which I've admittedly procrastinated on quite a bit. Nonetheless, I'd suggest using that library instead since I don't plan to support this one further.
Hello!
I really appreciate this powerful paginator.
But, for when a version for React v16?
I've tried it in v16, and having problems because React.PropTypes is being used, and now React no longer exports PropTypes, it needs to be imported from 'prop-types'
Thanks again for your great package!
The text was updated successfully, but these errors were encountered: