-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Reversed pub/sub action render? #815
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
yeah, I think you're right, not sure though what is wrong as in the code we did not do the flip, but we did start using new parser that might do the flip |
I think long term I would made sense to have 2.x and 3.x as separate thing since theese bugs keeps occuring |
This bug has nothing to do with v2 or v3 but with the way we're using the parser. It's just something normal that during the migration to the new parser something got wrong. It shouldn't happen again in the future or it's very unlikely. |
closing as solved with #795 |
Description
It seems that
subscribe
now renders aspub
action.Expected result
subscribe
action renders assub
.Actual result
subscribe
action renders aspub
.Steps to reproduce
Open https://asyncapi.github.io/asyncapi-react/ and scroll down to first subscribe definition in asyncapi file.
Troubleshooting
The text was updated successfully, but these errors were encountered: