Closed francinelucca closed 2 months ago
Latest commit: 7c5767f26f5cac50c7c5808e68da639dd1cda37c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Great catch!
Summary
Saw some broken stories in our docs/storybooks, some examples:
And some stories with missing information (mainly source value):
Looks like at some point the .json info files renamed property from
value
to$value
, adjusting stories to reflect that.List of notable changes:
...original.value
to...original.$value
in storybook stories that pull data fromdocs/**/.json
filesdescription
instead ofcomment
in Typography Functional Overview story.What should reviewers focus on?
Steps to test:
source value
and that previously listed "broken" stories are now able to renderSupporting resources (related issues, external links, etc):
Contributor checklist:
Reviewer checklist: