sweetalert2-react
sweetalert2-react copied to clipboard
Critical error on call method onCancel
By calling the onCacel function I am getting the return from the onConfirm function! This is very critical, could it solve?
Tried to fix the issue but the script looks fine. It seems like the compiled script in current version is outdated. If you try to copy the src folder to your project and import it. It will work as expected.
I'm experiencing the same issue with NPM version 0.8.3. Perhaps related to #23?
@rikimaru09 are you saying that NPM version 0.8.3 works as expected as long as you import the raw source rather than use the compiled script? Will the compiled script be updated soon?
The problem still persist. This is absolutely nightmare. A basic function is broken like this!!!
There is currently no fix it. I had to import the source code into my project and call it from there. The version on NPM is totally unstable.
Same problem
Same here
I switched to https://github.com/kessejones/react-sweetalert2
OMG
If you use it - just do a PR, please
Hi, there, it's still not fixed...
Any solution?
Looks like https://github.com/alex-shamshurin/sweetalert2-react/commit/0138725cf79bac8a274b49b434be7ae19b2cfbe5 changes were never published, would be possible to get a new version with that fix?