diff --git a/packages/scan/src/new-outlines/index.ts b/packages/scan/src/new-outlines/index.ts index bb3ed3f5..7d286707 100644 --- a/packages/scan/src/new-outlines/index.ts +++ b/packages/scan/src/new-outlines/index.ts @@ -330,6 +330,7 @@ export const getCanvasEl = () => { URL.createObjectURL( new Blob([workerCode], { type: 'application/javascript' }), ), + { name: "ReactScanRenderer" } ); const offscreenCanvas = canvasEl.transferControlToOffscreen();