-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: [AXIMST-517] request within the demo #187
Conversation
setTimeout(() => { | ||
onClose(); | ||
}, 1000); | ||
}, 0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it needed to have timeout here? Maybe just onClose();
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right, there is no need in timeout anymore!
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## ts-develop #187 +/- ##
=============================================
Coverage ? 89.56%
=============================================
Files ? 673
Lines ? 11317
Branches ? 2394
=============================================
Hits ? 10136
Misses ? 1143
Partials ? 38 ☔ View full report in Codecov by Sentry. |
* feat: [AXIMST-517] request within the demo * refactor: [AXIMST-517] add changes after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* feat: [AXIMST-517] request within the demo * refactor: [AXIMST-517] add changes after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* feat: [AXIMST-517] request within the demo * refactor: [AXIMST-517] add changes after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* feat: [AXIMST-517] request within the demo * refactor: [AXIMST-517] add changes after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* feat: [AXIMST-517] request within the demo * refactor: [AXIMST-517] add changes after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
AXIMST-517 [Request within the Demo]