InternalError: too much recursion error when use SFC with setup
Vue version
3.2.336
Link to minimal reproduction
Steps to reproduce
The error appears after I've updated vue from version 3.2.33 to 3.2.36, but I tried to downgrade it to 3.2.33 and the error still happens. If I switch to a script block without setup option but using setup function, it works correctly.
What is expected?
To not have the recursion error
What is actually happening?
Having the recursion error blocking the application
System Info
System:
OS: Linux 5.15 Ubuntu 22.04 LTS 22.04 LTS (Jammy Jellyfish)
CPU: (12) x64 AMD Ryzen 5 4600H with Radeon Graphics
Memory: 2.79 GB / 15.01 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Browsers:
Chrome: 101.0.4951.64
npmPackages:
vue: ^3.2.36 => 3.2.36
Any additional comments?
No response