-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Boolean props conversions don't work #843
Comments
@yyx990803 I just noticed another issue with the boolean conversion that my PR didn't fix.
|
Also I learned a new trick today. It's more obscure but maybe more efficent, So where my PR did |
Fixed the boolean validation issue in 3b282e7. |
Version
3.0.0-alpha.8
Reproduction link
https://codesandbox.io/s/kind-franklin-cq3le
Steps to reproduce
Define a boolean prop and use it as an empty attribute
What is expected?
props should be true
What is actually happening?
props is the empty string
I have a PR ready
The text was updated successfully, but these errors were encountered: