Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@query decorator only works with class-based views #2

Open
openjck opened this issue Feb 1, 2022 · 0 comments
Open

@query decorator only works with class-based views #2

openjck opened this issue Feb 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@openjck
Copy link
Collaborator

openjck commented Feb 1, 2022

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.)

@openjck openjck added the bug Something isn't working label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant