Closed pierretoussing closed 8 months ago
Describe the bug Duplicate of #1080 . Facing the exact same error.
Was able to solve this by installing pako using npm:
npm install pako
and then manually assigning the module to window.pako
window.pako
import * as pako from 'pako'; window.pako = pako;
Describe the bug Duplicate of #1080 . Facing the exact same error.