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: Migrate to @tanstack/react-query and invalidate cache on domain purchase #36

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

letehaha
Copy link
Contributor

@letehaha letehaha commented Feb 7, 2024

No description provided.

@letehaha letehaha self-assigned this Feb 7, 2024
@@ -173,6 +174,17 @@ export const Cart = () => {

setLoading(false);
goSuccessStep();

await queryClient.invalidateQueries({
predicate: (query: any) =>
Copy link
Contributor Author

@letehaha letehaha Feb 7, 2024

Choose a reason for hiding this comment

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

any because I believe typing is broken here and TS says that query is unknown.

@dr497 dr497 merged commit d9cbc82 into master Feb 8, 2024
4 checks passed
@dr497 dr497 deleted the feat/migrate-to-react-query branch February 8, 2024 01:58
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.

3 participants