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
Expected result: no error thrown by reactivue lib and sample working correctly
Actual result: error Cannot read properties of undefined (reading 'stop') thrown by reactivue and "increase" button triggers the callback but we have no effects (counter value is still shown in DOM as 0)
Describe the bug
I experienced the issue on my codebase and I thought it was related with my code, but I reproduced the same error here:
I am reproducing exactly the same sample of reactivue README.
reactivue
lib and sample working correctlyCannot read properties of undefined (reading 'stop')
thrown byreactivue
and "increase" button triggers the callback but we have no effects (counter value is still shown in DOM as0
)Reproduction
https://codesandbox.io/s/xenodochial-cookies-zzt8j2?file=/src/App.js
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: