docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
[Bug] Circular label not being applied in all cases
Describe the bug
With the new resolver/serializer, circular schema references should be replaced with a "circular" label. There are cases where this label is not properly applied (see below):
Expected behavior
Circular label should appear next to the property with the circular reference:
Possible solution
- Debug
createSchemaDetailsto determine if and where the label may be getting dropped/lost. - Debug the serializer function to determine if label is left out in some cases
Steps to reproduce
See #154 deploy preview