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
So this issue comes up when you pass the incorrect prop type for the page prop. I was passing it the page value from the params object instead of from the metadata of the resource. From the params object, page is a string, whereas from the metadata object is is a number. If the wrong prop type is passed, we should include a console log warning to explain this as well as put a note into the docs.
When hitting next on page one of a resource that has two pages of results updates the param to 11 instead of 2.
The text was updated successfully, but these errors were encountered: