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
As above, I only render QueryWidget when ever the user is logged in, but somehow when I logged out, the query request is still called,
I tried to add breakpoint, the widget is not rendered, but the request is still proceed
Expected behavior
The request should not be called when the widget is not rendered anymore
device / execution context
iOS 17.0 Simulator
graphql_flutter: ^5.1.2
The text was updated successfully, but these errors were encountered:
Describe the issue
As above, I only render QueryWidget when ever the user is logged in, but somehow when I logged out, the query request is still called,
I tried to add breakpoint, the widget is not rendered, but the request is still proceed
Expected behavior
The request should not be called when the widget is not rendered anymore
device / execution context
The text was updated successfully, but these errors were encountered: