You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2020. It is now read-only.
I'm trying to use this loader with a Node package that contains both .js files compiled from TypeScript and .d.ts declaration file counterparts. However, it appears that this loader might not be reading the declaration files to generate a proper docgen, and therefore isn't getting component names or proptypes. In Storybook, I'm seeing the following:
Does this loader support compiled TypeScript with declarations? If not, is there any workaround for this?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use this loader with a Node package that contains both
.js
files compiled from TypeScript and.d.ts
declaration file counterparts. However, it appears that this loader might not be reading the declaration files to generate a proper docgen, and therefore isn't getting component names or proptypes. In Storybook, I'm seeing the following:Does this loader support compiled TypeScript with declarations? If not, is there any workaround for this?
The text was updated successfully, but these errors were encountered: