mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 07:51:31 +03: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. ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/db54c528-2b37-4a91-b980-4fe6c07240b7.png)
This commit is contained in:
parent
1cba9a7b2f
commit
7dad9fe816
@ -70,9 +70,9 @@ export default {
|
||||
});
|
||||
},
|
||||
|
||||
typescript: {
|
||||
reactDocgen: 'react-docgen-typescript',
|
||||
},
|
||||
// typescript: {
|
||||
// reactDocgen: 'react-docgen-typescript',
|
||||
// },
|
||||
} satisfies StorybookConfig;
|
||||
|
||||
function getAbsolutePath(value: string): any {
|
||||
|
Loading…
Reference in New Issue
Block a user