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
- Revert the definitions of MaybeRefObj, UseQueryArgs, and UseSubscriptionArgs introduced in d07602d to resolve issue urql-graphql#3733
- Rename MaybeRef, MaybeRefObj, unwrap to MaybeRefOrGetter, MaybeRefOrGetterObj, and toValue for consistency with Vue 3.3+
- Replace deep unwrapping (introduced in 068df71) of variables with a simple toValue
- Revert test changes introduced in 068df71
- Fix 'reacts to variables changing' test by wrapping variables in reactive() since deep unwrapping is no longer performed
0 commit comments