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

fix: Make queryClient optional on AbstractWalletProvider #230

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

jarrodwatts
Copy link
Contributor

@jarrodwatts jarrodwatts commented Feb 4, 2025

PR-Codex overview

This PR focuses on making the queryClient property optional in the agwProvider component of the @abstract-foundation/agw-react package.

Detailed summary

  • Updated queryClient from a required property (queryClient: QueryClient;) to an optional property (queryClient?: QueryClient;) in the agwProvider.tsx file.
  • The default value remains new QueryClient().

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

changeset-bot bot commented Feb 4, 2025

🦋 Changeset detected

Latest commit: d26a604

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@abstract-foundation/agw-react Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coffeexcoin coffeexcoin merged commit 77b8eca into main Feb 5, 2025
3 checks passed
@coffeexcoin coffeexcoin deleted the jw/fix-provider-query-client branch February 5, 2025 13:52
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