-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
addon-knobs: Invalid prop knob.value
of type object
supplied to ObjectType
, expected string
#1292
Comments
knob.value
of type object
supplied to ObjectType
, expected string
knob.value
of type object
supplied to ObjectType
, expected string
cc @Gongreg |
@shilman, we just need to go through all proptypes, since they all can be wrong. |
similar issue here -> Invalid prop |
Getting the same, can't wrap my head around it:
|
@shilman, Can someone go through all knobs and fix proptypes? |
@Gongreg @SEAPUNK @ndelangen This is fixed but has not been released yet due to a broken build on this PR: Looking into it now. |
Since we made a release in the mean time, I'm going to assume we can close this one. This is kinda why I feel we should close issues as soon as merged.. |
When putting an object in the
object
knob, I get the following error:Warning: Failed prop type: Invalid prop 'knob.value' of type 'object' supplied to 'ObjectType', expected 'string'.
I think this is related to #1265
The text was updated successfully, but these errors were encountered: