Closed as not planned
Description
Vue version
3.4.15
Link to minimal reproduction
Steps to reproduce
Just open the reproduction and see the recursive updates in action.
What is expected?
The same as on v3.4.14 and lower: Only one update should occur.
What is actually happening?
The getter modifies the state before returning it, and this triggers reevaluation of the getter after the call, getting it caught in an infinite update loop.
System Info
System:
OS: macOS 14.2.1
CPU: (14) arm64 Apple M3 Max
Memory: 308.45 MB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.6.1 - ~/.nvm/versions/node/v20.6.1/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v20.6.1/bin/yarn
npm: 9.8.1 - ~/.nvm/versions/node/v20.6.1/bin/npm
pnpm: 7.30.0 - ~/.nvm/versions/node/v20.6.1/bin/pnpm
bun: 1.0.11 - ~/.bun/bin/bun
Browsers:
Chrome: 120.0.6099.129
Chrome Canary: 122.0.6225.0
Firefox Nightly: 113.0a1
Safari: 17.2.1
Safari Technology Preview: 17.4
Any additional comments?
I am fairly confident that this regression was introduced by:
Metadata
Metadata
Assignees
Labels
No labels