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 "Invalid hook call" issue when using @rspc/react-query #301

Open
wants to merge 1 commit into
base: v0.x
Choose a base branch
from

Conversation

Binlogo
Copy link

@Binlogo Binlogo commented Aug 13, 2024

To resolve #300

unrelavant change explain: since tauri2 update the dependency @tauri-apps to 2.0.0-rc.0, try fix build issue

- import { getCurrent } from "@tauri-apps/api/window";
+ import { getCurrentWindow } from "@tauri-apps/api/window";

@Binlogo
Copy link
Author

Binlogo commented Aug 13, 2024

@oscartbeaumont Hi, I'm attempting to locate and resolve issue #300, but I'm unsure if my change is appropriate. If you have any suggestions, please comment. Thanks.

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

Successfully merging this pull request may close these issues.

1 participant