-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Shape of Array not been displayed with Flow #167
Labels
bug
Something isn't working
Comments
Great, I did see this working with shape with |
pedronauck
added a commit
that referenced
this issue
Jul 28, 2018
Fixed on v0.8.0 |
pedronauck
added a commit
that referenced
this issue
Aug 2, 2018
…r-refac * 'dev' of github.com:pedronauck/docz: feat(docz-theme-default): add edit button for document (#180) fix(docz-theme-default): not found typo (#173) feat(docz-core): support env files to set configuration (#171) chore(docz): add entry prop on document wrapper feat(docz-core): add webpack-serve-overlay as error overlay feat(docz-plugin-svgr): add initial version of plugin fix(docz-core): remove babel plugin/presets when needed chore(docz): use react-loadable instead of loadable-components chore(docz-theme-default): some Handle adjustments chore: update dependencies fix(docz-theme-default): hot reload on fullscreen mode v0.8.0 chore(docz-theme-default): some colors adjustments feat(docz-theme-default): add html output on playground chore(docz): remove __rawCode from playground chore(docz-theme-default): change text color of light mode fix(docz-theme-default): get fullscreen from localstorage fix(docz): humanize array type of flow (fix #167) fix: change link on readme (#168)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Similar to #153 but with flow.
When using flow and defining the Prop Types as an array with a type, docz only outputs that it is an array.
eg.
Produces
Expected behavior
running react-docgen produces
If possible, grab the signature from there.
Enviroment
The text was updated successfully, but these errors were encountered: