Skip to content
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

[BUG] empty string transform to true #658

Closed
wyt930927 opened this issue Jul 10, 2023 · 2 comments
Closed

[BUG] empty string transform to true #658

wyt930927 opened this issue Jul 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@wyt930927
Copy link

🐛 Bug description

<Field label="" />
_createVNode(Field, { "label": true })

🏞 Desired result

_createVNode(Field, {
"label":""
})

🚑 Other information

Based on the content of the link below, we understand that this issue has been resolved in @vue/babel-plugin-jsx@v1.1.5. We need to upgrade @vue/babel-plugin-jsx version from 1.1.1 to 1.1.5
a030d15

@wyt930927 wyt930927 added the bug Something isn't working label Jul 10, 2023
@wyt930927
Copy link
Author

Can ignore this issue.

@sxzz sxzz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 10, 2023
@sxzz
Copy link
Member

sxzz commented Jul 10, 2023

relate #653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants