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

Question about react query #224

Open
ayhid opened this issue Jul 31, 2023 · 1 comment
Open

Question about react query #224

ayhid opened this issue Jul 31, 2023 · 1 comment

Comments

@ayhid
Copy link

ayhid commented Jul 31, 2023

While scanning the code, I have been unable to identify where you are using QueryClientProvider, which is a crucial component in React Query.

Without this, React Query hooks will not be able to function properly, as they rely on the context provided by the QueryClientProvider to access the query client.

Could you please provide some more insights on how you are using React Query without a QueryClientProvider in your current code? This could help me better understand how the plugin works.

Actually I use it as an exemple of best practices to develop my own plugins.

Thank a lot

@ayhid
Copy link
Author

ayhid commented Sep 18, 2023

any suggestions on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant