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
If defaultValue in Story.argTypes is set to false, it cannot be overridden by a value in Story.args. This behavior occurs only when the default value is false. If it is set to true, the value can be changed to false through the story configuration. Same for 0/1
Describe the bug
If
defaultValue
inStory.argTypes
is set to false, it cannot be overridden by a value inStory.args
. This behavior occurs only when the default value isfalse
. If it is set totrue
, the value can be changed tofalse
through the story configuration. Same for 0/1Reproduction
https://stackblitz.com/edit/ladle-rj7vgnvr
Environment
The text was updated successfully, but these errors were encountered: