Get ref, computed etc. value without tracking reactivity #10131
Unanswered
woldtwerk
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I avoid tracking of refs when accessing the value for edge cases?
I could do it with a customRef, but I'd like to use existing ref implementations.
_value seems to work, but feels very dirty.
Beta Was this translation helpful? Give feedback.
All reactions