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(vue-query): fix queryOptions return type #8305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiwlee97
Copy link

@jiwlee97 jiwlee97 commented Nov 19, 2024

I updated the return type of the queryOptions function with Vue's UnwrapRef.

[AS-IS]
image

[TO-BE]
image

close #7892

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

Successfully merging this pull request may close these issues.

[vue-query] Type error: queryOptions return type only contains the queryKey and initialData properties
1 participant