-
Notifications
You must be signed in to change notification settings - Fork 47.7k
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
Add a toggle for Boolean props in DevTools #19662
Comments
I could take this up! |
Sounds good! |
I have come up with a possible fix, could you suggest how i could test the changes made to dev-tools locally? |
yup! looks like it can help. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We previously had a feature where Boolean props would show a checkbox to the left of them in the DevTools pane. It was removed when the JSON editor was added, but I think we should add it back. It should work like this:
true
/false
valueThe text was updated successfully, but these errors were encountered: