Skip to content

Commit

Permalink
fix(docs): force transient dependency to latest version to stop hang
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseddon committed Feb 4, 2025
1 parent e4f265b commit bc81321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: StorybookConfig = {
},
],
typescript: {
reactDocgen: 'react-docgen',
reactDocgen: 'react-docgen-typescript',
reactDocgenTypescriptOptions: {
include: ['../packages/**/*.tsx'],
skipChildrenPropWithoutDoc: false,
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
"react-dom": "18",
"eslint": "9"
}
},
"overrides": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.5.0"
}
}
}

0 comments on commit bc81321

Please sign in to comment.