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

feat(dashboard): remove query client provider #3112

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

jmbuss
Copy link
Contributor

@jmbuss jmbuss commented Jan 21, 2025

Overview

Remove usage of the query client provider from the Dashboard components in favor of using the client singleton directly.

Legal

This project is available under the Apache 2.0 License.

@jmbuss jmbuss force-pushed the feat/query-client-provider branch from 290cc03 to e0c9943 Compare January 21, 2025 21:10
@jmbuss jmbuss changed the base branch from main to rc January 21, 2025 21:11
Copy link
Contributor

@chejimmy chejimmy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM! Did you consider if there are any potential impact? like breaking some use cases?

@jmbuss
Copy link
Contributor Author

jmbuss commented Jan 22, 2025

Code LGTM! Did you consider if there are any potential impact? like breaking some use cases?

Yes, if there was any issue, the react-queries in the dashboard would throw an error because they would have no client to make requests with. But with no issues, it should appear as if nothing has changed!

@jmbuss jmbuss merged commit 5ce7e2a into rc Jan 22, 2025
23 checks passed
@jmbuss jmbuss deleted the feat/query-client-provider branch January 22, 2025 17:05
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

Successfully merging this pull request may close these issues.

2 participants