You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js 18.x introduced support for Blob as a global, which is causing the tests to fail. There seems to be a bug in the JSZip that wasn't previously caught, and I suspect it has to do with the fact that there is no input type for Blob. This seems to indicate it was never fully supported, but I'll have to dive deeper to be sure.
The text was updated successfully, but these errors were encountered:
Node.js 18.x introduced support for
Blob
as a global, which is causing the tests to fail. There seems to be a bug in the JSZip that wasn't previously caught, and I suspect it has to do with the fact that there is no input type forBlob
. This seems to indicate it was never fully supported, but I'll have to dive deeper to be sure.The text was updated successfully, but these errors were encountered: