-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Render missed parts in react-component that are showed in HTML template #87
Comments
Hey! You've labeled this issue as a Scope. Remember you can use the following command to inform about its progress:
or
Example:
🏋️♀️ See the progress on the Shape Up Dashboard. |
it in general should support spec with schemas having circular refs. In other words, should work with https://github.com/asyncapi/generator/blob/master/test/docs/dummy.yml |
@derberg Yes, I mentioned about it in this item |
/progress 40 In asyncapi/asyncapi-react#269 PR:
|
/progress 65 In asyncapi/asyncapi-react#276 PR:
|
/progress 85 In asyncapi/asyncapi-react#280 PR:
|
/progress 90 Currently, the component supports everything that has been mentioned. The only thing that still needs to be added to component is the side menu/navigation. |
/progress 100 Render side menu/navigation and missed examples for messages. Everything was added from HTML-Template. The skipped items will be added along with the #86 |
We have list with missed parts in react-component that don't render (or render in wrong way):
components
.allOf
, which is incorrect behavior.additionalItems
.correlationId
asyncapi/html-template@d77c1c6anyOf
,allOf
, oroneOf
.extensions
https://github.com/asyncapi/html-template/blob/master/partials/schema-prop.html#L161bindings
component from main branch.Ref: #83
The text was updated successfully, but these errors were encountered: