is this parent
useless ? (@vue/reactivity effect.ts L90-L97)
#6233
Unanswered
jcc1997
asked this question in
Help/Questions
Replies: 1 comment
-
it's just needed for doing this recursive loop - a loop which can potentially return from the run function early. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
core/packages/reactivity/src/effect.ts
Lines 90 to 97 in 769e555
What this
parent
for? I can't see anywhere using it.Beta Was this translation helpful? Give feedback.
All reactions