Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Unable to Trigger View Render and Watch with reactivue 0.4.4 #65

Open
5 tasks done
vouis opened this issue Apr 21, 2023 · 0 comments
Open
5 tasks done

[Bug] Unable to Trigger View Render and Watch with reactivue 0.4.4 #65

vouis opened this issue Apr 21, 2023 · 0 comments

Comments

@vouis
Copy link

vouis commented Apr 21, 2023

Describe the bug

I am currently using reactivue version 0.4.4 in my project, and I am having trouble triggering view render and watch when I update data. Here is the sandbox https://codesandbox.io/s/gracious-edison-dxo755?file=/package.json

I have tried change the project's dependencies and rebuilding the application, with the version 3.1.5, everything worked fine.
"@vue/reactivity": "3.1.5", "@vue/runtime-core": "3.1.5", "@vue/shared": "3.1.5",
Here is the sandbox https://codesandbox.io/s/ecstatic-goodall-qv2zp1?file=/package.json

This could be caused by conflicts with dependencies from version 3.2, resulting in improper page updates.

Could you please help me resolve this issue? Thank you.

Reproduction

System Info

-

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant