Skip to content

Commit

Permalink
chore: disable reactDocgen in storybook for now
Browse files Browse the repository at this point in the history
  • Loading branch information
toxsick committed May 31, 2024
1 parent 624780e commit 6fab283
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/config/storybook-config/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ const config: StorybookConfig = {
docs: {
autodocs: true,
},
// TEMP FIX: Attempted to resolveName for an unsupported path. resolveName does not accept ObjectMethod
// see: https://storybook.js.org/docs/api/main-config-typescript#reactdocgen
// see: https://github.com/storybookjs/storybook/issues/26652
// see: https://github.com/reactjs/react-docgen/issues/902
typescript: {
reactDocgen: false,
},
};

export default config;
Expand Down

0 comments on commit 6fab283

Please sign in to comment.