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
When an object is flow typed, a type heading AND a properties heading is rendered. The type section seems redundant and isn't formatted, whereas the properties section is. When dealing with large objects, the type section takes up a lot of space and isn't very legible.
When an object is flow typed, a `type` AND `properties` section is
rendered. The type section seems redundant and isn't formatted, whereas
the properties section is. This PR removes the `type` section when
dealing with an object type.
✅ Closes: documentationjs#1326
When an object is flow typed, a `type` AND `properties` section is
rendered. The type section seems redundant and isn't formatted, whereas
the properties section is. This PR removes the `type` section when
dealing with an object type.
✅ Closes: #1326
When an object is flow typed, a
type
heading AND aproperties
heading is rendered. Thetype
section seems redundant and isn't formatted, whereas theproperties
section is. When dealing with large objects, thetype
section takes up a lot of space and isn't very legible.Example:
I think removing
type
in this case makes sense sinceproperties
is formatted and rendered better.What version of documentation.js are you using?: 13.0.0
How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): CLI
The text was updated successfully, but these errors were encountered: