We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app.js:283 [Vue warn] Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free
computed
The text was updated successfully, but these errors were encountered:
See vueuse/vueuse#3794
Sorry, something went wrong.
fix(client): prevent use side effect ref in computed
bbc3c11
close vuepress#1500
b352c09
meteorlxy
Successfully merging a pull request may close this issue.
Description
app.js:283 [Vue warn] Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free
Reproduction
computed
(it has latest deps)The text was updated successfully, but these errors were encountered: