-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flow support #10131
Comments
@lihanqi can you try the recommended 6.0 setup (should work in 5.3 too): We've consolidated on |
@shilman Thanks for the reply! Currently I'm using 5.3.14. It seems does not support Flow type check, not TypeScript. Is Flow doc parsing natively supported in 6.x? |
@lihanqi i'm pretty sure @patricklafrance got flow working. i'm working on the docgen default configuration this week and will try to get a reference example ready for flow. |
Sounds awesome! Thanks! |
Keeping this open |
Hey guys, does anyone have even a temporary solution. I would need this feature quite urgently and I can't figure out how to get it working ... :( |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
I'm interested in Flow support as well, shouldn't be too much hassle since I tried with |
@pascalduez That setting does change Storybook to use |
Thanks @shilman, will try to digg deeper. |
Hi I'm currently working with docs and since our team is using Flow, Im wondering if current addon-docs support Flow props table?
I have seen some issues but its still unclear to me. I saw there is a way to use
react-docgen-typescript-loader
in webpack loader as follows:Since react-docgen already support Flow, can we replace
require.resolve('react-docgen-typescript-loader')
with something similar?Any help would be appreciate, thanks ahead.
The text was updated successfully, but these errors were encountered: