Open sinaler opened 3 years ago
I am also having the same issue, Uncaught (in promise) {isCanceled: true} sometimes it appears sometimes it doesn't.
Hi @sinaler , Can you please help me to provide the steps to replicate your issue .
Thanks
Hi @winhtaikaung, The problem was happening because of calling the component simultaneously(and cancelling) like keyboard strokes. So the promises were not cancelled always.
Hi guys, I am receiving Uncaught (in promise) errors when we send simultaneous inputs to the component. Is it possible if you can handle these errors?