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
The documentation for the object knob states:
Allows you to get a JSON object or array from the user.
But I get an error in console that it expects only an object:
Failed prop type: Invalid prop knob.value of type array supplied to ObjectType, expected object
The rendering still works correctly, so am assuming something is wrong in the prop type check
This is with the latest version
The text was updated successfully, but these errors were encountered:
The documentation for the object knob states:
Allows you to get a JSON object or array from the user.
But I get an error in console that it expects only an object:
Failed prop type: Invalid prop
knob.value
of typearray
supplied toObjectType
, expectedobject
The rendering still works correctly, so am assuming something is wrong in the prop type check
This is with the latest version
The text was updated successfully, but these errors were encountered: