Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: storybook components tried to import wrong theme package #215

Merged
merged 4 commits into from
Oct 14, 2022

Conversation

DevYuns
Copy link
Contributor

@DevYuns DevYuns commented Oct 14, 2022

Description

  • storybook components tried to import theme package from wrong path.
  • enable RadioButton to work in docs.
  • fix accordion was not rendered in docs.

Test Plan

N/A

Related Issues

N/A

Tests

I added the following tests:

N/A

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • Run yarn test:all and make sure nothing fails. You can run yarn test -u to update snapshots if needed.
  • I am willing to follow-up on review comments in a timely manner.

@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #215 (5ee2bec) into main (10a4e10) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   86.54%   86.54%           
=======================================
  Files          27       27           
  Lines         721      721           
  Branches      311      304    -7     
=======================================
  Hits          624      624           
  Misses         97       97           

@hyochan hyochan added the 🛠 bugfix All kinds of bug fixes label Oct 14, 2022
Comment on lines 9 to 10
import {Button} from '..';
import {Hr} from '../../Hr';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the prev changes are better since we know that the components all lie on the same level.

Copy link
Owner

@hyochan hyochan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hyochan hyochan merged commit 273cf41 into hyochan:main Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 bugfix All kinds of bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants