-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置babel预设loose为true时 会报错 #16512
Comments
loose 关闭会影响到 自定义装饰器的初始化 功能 |
This was referenced Sep 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 最新
使用框架: Vue 3
复现步骤
只要修改 预设loose 就复现
期望结果
正常编译
实际结果
RangeError: Maximum call stack size exceeded
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)
at TaroElement.set (.._src_dom_element.ts:109)(env: macOS,mp,1.06.2407101; lib: 3.4.6)
环境信息
The text was updated successfully, but these errors were encountered: