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
The @query decorator, which is required to use refetch, only works with class-based views, requiring that functional components be wrapped in classes before the decorator can be used.
We should consider updating the decorator to support functional components, if possible. (I have not used JavaScript decorators enough to know if this would be possible.)
The text was updated successfully, but these errors were encountered:
The
@query
decorator, which is required to userefetch
, only works with class-based views, requiring that functional components be wrapped in classes before the decorator can be used.We should consider updating the decorator to support functional components, if possible. (I have not used JavaScript decorators enough to know if this would be possible.)
The text was updated successfully, but these errors were encountered: