watch icon indicating copy to clipboard operation
watch copied to clipboard

The missing `watch` for @vue/reactivity

Results 3 watch issues
Sort by recently updated
recently updated
newest added

I wrote this test, which runs when removing the watcher, but fails when it's present. ```typescript import { computed, Ref, ref } from '@vue/reactivity' import { watch } from '@vue-reactivity/watch'...

Just added these test cases for when mutating a reactive parent. I ran into the second issue realising the ref which I created had been overwritten. Don't know if this...

hi! fantastic library 👏 i wasn't exactly sure where to pose this question, but i thought here might be ok- i've made a lib that uses `@vue/reactivity` to create a...