Closed
Description
opened on Nov 24, 2021
Environment
Any nuxt2 + bridge environment
Reproduction
Describe the bug
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.
Additional context
Related to vuejs/composition-api#855
Logs
No response
Activity