You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We never really considered or tested reactivity for infinite feature as we don't use it. So it's quite likely it never worked, just like everything else before our reactivity fixes.
What are the steps to reproduce this issue?
in the component we use it like so
Reactivity is restored.
What happens?
no params are passed to the actual query since we distructed the
MaybeRef
objectWhat were you expecting to happen?
reactive params are passed to the actual query
Any other comments?
To me it seems like this piece of code is missing an extra condition for unwrapping the vue ref
https://github.com/anymaniax/orval/blob/bc3d277469b35f5e60f66fcf302c30733e75aed0/packages/query/src/index.ts#L933-L938
What versions are you using?
Package Version: 6.28.2
The text was updated successfully, but these errors were encountered: