diff --git a/src/utils.ts b/src/utils.ts index 714ef6e..4d78e4d 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -9,7 +9,7 @@ export function createWebGLContext( alpha: true, antialias: false, depth: false, - stencil: true, + stencil: false, desynchronized: false, // Disabled because it prevents Visual Regression Tests from working // failIfMajorPerformanceCaveat: true,