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
Code probably predates default ordered dict, so the keys were sorted to have a consistent output. Should be removed and keep the order it was defined in the metadata.json
gvwilson
changed the title
[BUG] The generated content of parameter comments for oneOfType is confusing
generated content of parameter comments for oneOfType is confusing
Sep 9, 2024
should the code below follow this parameter to change?
No I don't think it should follow that variable is for the main props but the bug here is with the shapes, I think just removing sorted(list( part would be enough.
The format of the component parameter documentation is confusing for complex parameters with the type format set to
oneOfType
, for example:Generate documentation result, The order and structure from the source code are lost:
I hope to generate parameter documentation that is consistent with the order and structure in the source code.
The text was updated successfully, but these errors were encountered: