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:
pengx17 2024-12-05 05:35:00 +00:00
parent 1cba9a7b2f
commit 7dad9fe816
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -70,9 +70,9 @@ export default {
});
},
typescript: {
reactDocgen: 'react-docgen-typescript',
},
// typescript: {
// reactDocgen: 'react-docgen-typescript',
// },
} satisfies StorybookConfig;
function getAbsolutePath(value: string): any {