antfu/reactivue

[Bug] lost reactive with @vue/reactivity 3.2.x

Closed this issue · 2 comments

reduce link: https://stackblitz.com/edit/vitejs-vite-shsz5m?file=src%2FTest.jsx&terminal=dev

image

when lock @vue/reactivity at version 3.1.5, demo works well

"resolutions": {
    "@vue/reactivity": "3.1.5"
}

fixed by #46

fixed by #46