feat: @asyncapi/react-componet upgraded to v2 together with react#708
Conversation
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@asyncapi/react-componet upgraded to v2 together with react
|
@neoandmatrix please look into failing tests |
Sure, will check and update. Thanks. |
|
Hey @derberg was working on the failing tests and after some debugging found the cause to be this method and the generator worked as expected and correct output files were being generated. But this caused a new problem that after generating the template the generator is stuck and fails to exit only only exits upon using Can you please provide some feedback on if my approach is correct and if so then what might be probable cause of this being not exiting on itself. If some docs or material should be that i can refer please provide that will be much helpful for me. Thanks. |
|
@neoandmatrix you need to push your changes to PR so I can have a closer look |
@derberg Pushed the changes. Please review and provide feedback. |
|
|
I tried your changes on local, using also looks like tests are passing here too |
Oh that's good then, looks like some older cache might be causing issue on my system then. |
|
|
/rtm |
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
@all-contributors please add @neoandmatrix for code |
|
I've put up a pull request to add @neoandmatrix! 🎉 |





Description
This PR introduces the changes to upgrade the
@asyncapi/react-componentto it's latest version2.5.1. The extra added dependencyreactis to allow installation of newerreact-domas required by@asyncapi/react-component.The tests are updated as well and are all passing.
Related issue(s)
Resolves #707
@derberg please review the PR and provide feedback.
Thanks.