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
This is pure JS, allows us to stuff anything we want into story without worrying about name collisions, preserves "story name" which is widely used in storybook, and is only slightly more verbose.
As raised in @ndelangen 's review of #7119. We currently define stories in MDX as:
However, in the module format we can override the story title as:
Should we rename the
Story
'sname
attribute totitle
for consistency? Or renametitle
toname
?The text was updated successfully, but these errors were encountered: