-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
使用jsx语法时,在render里面使用{/*xxx*/}注释时,出现报错 #3676
Comments
I'm facing the same problem... Any update on this? |
No, I started with 3.0.4, and he can use JSX annotations normally. Now after upgrading, I can only delete all the annotations. |
Fixed in @vue/babel-preset-jsx 1.0.0-beta.3 |
This was referenced Aug 18, 2021
This was referenced Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.5.1
Environment info
Steps to reproduce
新建项目,在.jsx文件内,在render里面使用{/**/}注释时,出现报错(如下)
报错
What is expected?
正常使用{/**/}注释
What is actually happening?
在3.0.4的时候却可以正常使用{/**/}
The text was updated successfully, but these errors were encountered: