Closed jordiyapz closed 1 year ago
The problem arise in useAutoAbort hook. After being bundled by babel, I suppose, the library throw this error.
useAutoAbort
Uncaught ReferenceError: regeneratorRuntime is not defined abortUploading index.esm.js:199 useAutoAbort2 index.esm.js:226 ....
Did you find a solution for this ? Im having the same issue on NextJS
I'm sorry for the delay.This bug fixed by #40. Thank you for your report! ;)
The problem arise in
useAutoAbort
hook. After being bundled by babel, I suppose, the library throw this error.