Skip to content

1.x - Resolution to the issue 3388876

Dan D requested to merge issue/sdc_examples-3388876:1.x into 1.x
  • There were duplicate title values in multiple story files. Which would trigger a warning during the Storybook build: "Duplicate stories with id: xxx." Resolved by supplying unique titles for each unique component.
  • Introduce the README file with a brief description and a few notes of considerations when using the code provided in the module.
  • Move the default values for arguments from the deprecated property "defaultValue" into the "args" object.

Merge request reports