SvYrsInFeb
Results
2
issues of
SvYrsInFeb
add to line 83 in infinite-tree.js @cheton ``` state = { openNodes: [], rootNode: createRootNode(), selectedNode: null } ```
enhancement
Thx for this repo. I used the yaml file which generated by [openapi-generator-maven-plugin](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) to start mock server. But the ObjectParse did not support additionalProperties. The modify of ObjectParse is below:...