Uh oh!
There was an error while loading. Please reload this page.
Migrate: Source-link - #5364
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uh oh!
There was an error while loading. Please reload this page.
AugustinMauroy
commented
May 9, 2023
Have you found an usage of this component on nodejs.dev to see how it's use and if it's good ? |
yossipoli
commented
May 9, 2023
Yes. |
AugustinMauroy
commented
May 9, 2023
Hum I mean have you found an usage in an page |
ovflowd
left a comment
There was a problem hiding this comment.
Really good! @yossipoli could you run test:storybook:snapshot to generate the snapshots of your stories?
I super appreciate your first time contribution! Thank you!!
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
@ovflowd is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
* Migrate: Source-link * Fix: JSON key moved to the end of the file * Test: Storybook snapshot test --------- Signed-off-by: Claudio Wunder <cwunder@gnome.org> Co-authored-by: Claudio Wunder <cwunder@gnome.org>
* Migrate: Source-link * Fix: JSON key moved to the end of the file * Test: Storybook snapshot test --------- Signed-off-by: Claudio Wunder <cwunder@gnome.org> Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Description
Migrate source link from gatsby to next
Related Issues
Issue #5309
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing, and/ornpx turbo test:snapshotto update snapshots if I created and/or updated React Components.