Open
Description
Vue version
3.4.29
Link to minimal reproduction
Steps to reproduce
- Put a breakpoint (debugger) inside a computed
- Reload and wait for the breakpoint to pause the execution
- Resume the execution
- Observe an error: "RangeError: Maximum call stack size exceeded"
What is expected?
No error after resuming the execution
What is actually happening?
An error: "RangeError: Maximum call stack size exceeded"
System Info
No response
Any additional comments?
This seems to be a regression since 3.4.16
No error was received in 3.4.15