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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Intended outcome:
Switch my Routes with react-router.
Actual outcome:
When I switch routes with react-router Link my components exported with export default graphql(CURRENT_USER_QUERY)(Menu); are forever in loading: true;
Intended outcome:
Switch my Routes with react-router.
Actual outcome:
When I switch routes with react-router
Link
my components exported withexport default graphql(CURRENT_USER_QUERY)(Menu);
are forever inloading: true
;How to reproduce the issue:
I simply use:
on the
Menu
component and simply this code inApp
component:A bug?
Where am I wrong?
Version
The text was updated successfully, but these errors were encountered: