What happened to QueryState ? #1248
Unanswered
callmephil
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I suggest to you update to the last beta version, and after that post your code example (minimal and completed), 5.0.1 is almost 2 years old now |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to upgrade from 5.0.1. But I can't since QueryState has been removed.
Previously I used GlobalKey in my parent container to refetch multiple Query at once, from different sub-widgets.
Sample:
But since the migration to hooks, I can't seem to find an alternative. Has anyone experienced this or has an alternative for triggering refetch from a sub-widget?
Beta Was this translation helpful? Give feedback.
All reactions