-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix(vue-query): fix queryOptions return type #8305
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
base: main
Are you sure you want to change the base?
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c4dcd3c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
I have tried that before, but it would not work.
I have yet to find a proper fix for this. |
Thanks for the great work @DamianOsipiuk. May I ask if you came further on this issue ? Would be really helpful to get this solved. |
I updated the return type of the queryOptions function with Vue's UnwrapRef.
[AS-IS]

[TO-BE]

close #7892