JSZip import error
I get this error:
The requested module '../../jszip/lib/index.js' does not provide an export named 'loadAsync'
Any idea what causes this, and how it can be fixed?
I'm including as ES6 module, running in a browser:
import readXlsxFile from 'read-excel-file';