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
@antfu@CJY0208 any ideas on this problem?
It seemed the code never reach reactivue land. When I'm trying to add breakpoints in callback functions in doWatch and effects in useSetup implementation, it never trigger watch or effect when using inc to modify values.
I noticed that there are multiple versions of @vue/* in your lock file. Try aligning the versions in package.json through "resolutions", and then see if the problem disappears.
Describe the bug
When adding reactivue in existing React16 projects, we found the reactiveness lost in demo.
[email protected]
in projectuseSetup
demo, create a simple counter function component with ref/computedinc
functionThe project https://github.com/a20185/reactivue-bug repro the same bug, by following steps:
Reproduction
https://github.com/a20185/reactivue-bug
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: