mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(component): workaround for storybook startup (#9025)
It seems starting up storybook throws error when parsing doc using typescript. Temporarily remove reactDocgen for now. 
This commit is contained in:
@@ -70,9 +70,9 @@ export default {
|
||||
});
|
||||
},
|
||||
|
||||
typescript: {
|
||||
reactDocgen: 'react-docgen-typescript',
|
||||
},
|
||||
// typescript: {
|
||||
// reactDocgen: 'react-docgen-typescript',
|
||||
// },
|
||||
} satisfies StorybookConfig;
|
||||
|
||||
function getAbsolutePath(value: string): any {
|
||||
|
||||
Reference in New Issue
Block a user