Skip to content

Commit

Permalink
fix: Storybook 上で props のドキュメントが表示されない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Jun 13, 2024
1 parent 9b72b48 commit 4e7c310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/smarthr-ui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const config: StorybookConfig = {
docs: {
autodocs: true,
},
typescript: {
reactDocgen: 'react-docgen-typescript',
},
webpackFinal: async (config) => {
const resolve = config.resolve || {}
resolve.alias = {
Expand Down

0 comments on commit 4e7c310

Please sign in to comment.