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
I have a table which has pagination, I'm trying to go to the next page and it throws the error Uncaught TypeError: _this.props.onChangePage is not a function, everything was working fine until today, in fact the same application I had deployed last night is working, but in local it's failing now.
The error onClick of the arrow for the next page
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.
I have a table which has pagination, I'm trying to go to the next page and it throws the error
Uncaught TypeError: _this.props.onChangePage is not a function
, everything was working fine until today, in fact the same application I had deployed last night is working, but in local it's failing now.The error onClick of the arrow for the next page
The text was updated successfully, but these errors were encountered: