You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
The only properties that Smart Knobs will render will be the ones before any OneOf property and that property included. In this case, I can only see subtype property.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a
Button
component. Here is the PropTypes section:This way, my Smart Knobs is showing all of these properties with the different inputs and toggles working great.
If I move my
defaultProps
and put a oneOf property before any other type of property, like this:The only properties that Smart Knobs will render will be the ones before any OneOf property and that property included. In this case, I can only see
subtype
property.The text was updated successfully, but these errors were encountered: