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
@daviesaz fetch is used in the function that makes the request with the data that is injected through usePaginationRequest, you don't have to use useFetch, since a hook can't be used inside a code block different from the one of the component.
The pagination example uses fetch directly rather than useFetch. Was it meant to use useFetch?
The text was updated successfully, but these errors were encountered: