It seems like since 1.0.0 falsy custom options have stopped being applied. I added a test that fails without suggested changes.
I found it after updating to storybook@6.3.0 and an investigation has led me here. In my project I set setDisplayName to false, but its not working anymore.
Hello!
It seems like since
1.0.0
falsy custom options have stopped being applied. I added a test that fails without suggested changes.I found it after updating to storybook@6.3.0 and an investigation has led me here. In my project I set
setDisplayName
tofalse
, but its not working anymore.