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
useState creates a new nuxtApp.payload.useState entry automatically via toRef, but it's not reactive (computed and watch methods doesn't trigger). Fixable via the set composable.
Environment
Any nuxt2 + bridge environment
Reproduction
codesandbox
Describe the bug
useState
creates a newnuxtApp.payload.useState
entry automatically viatoRef
, but it's not reactive (computed and watch methods doesn't trigger). Fixable via theset
composable.Additional context
Related to vuejs/composition-api#855
Logs
No response
The text was updated successfully, but these errors were encountered: