diff --git a/prismarine-viewer/viewer/lib/viewer.ts b/prismarine-viewer/viewer/lib/viewer.ts index b815da6a..7893bccc 100644 --- a/prismarine-viewer/viewer/lib/viewer.ts +++ b/prismarine-viewer/viewer/lib/viewer.ts @@ -194,7 +194,7 @@ export class Viewer { data: [], timeout: setTimeout(() => { for (const args of currentLoadChunkBatch!.data) { - //@ts-ignore + //@ts-expect-error this.addColumn(...args) } currentLoadChunkBatch = null