]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): fix dirtyLevel checks for recursive effects (#10101)
authorJohnson Chu <johnsoncodehk@gmail.com>
Sat, 13 Jan 2024 07:53:06 +0000 (15:53 +0800)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2024 07:53:06 +0000 (15:53 +0800)
commite45a8d24b46c174deb46ed952bdaf54c81ad5a85
treedbb8f72070c2c6c53b4fc28dd4a598e94645ca28
parentffd0473e0f56de0f0d16b05b85d6b6f2e46bf10e
fix(reactivity): fix dirtyLevel checks for recursive effects (#10101)

close #10082
packages/reactivity/__tests__/computed.spec.ts
packages/reactivity/__tests__/effect.spec.ts
packages/reactivity/src/computed.ts
packages/reactivity/src/constants.ts
packages/reactivity/src/effect.ts