We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4744541 commit 2c71e8fCopy full SHA for 2c71e8f
app/ShaderFx.tsx
@@ -35,7 +35,7 @@ export const ShaderFx = ({
35
setDpr(Math.round((1.0 + 1.0 * factor) * 10) / 10);
36
}}>
37
<Suspense fallback={null}>{children}</Suspense>
38
- <Perf position={"bottom-left"} minimal={false} />
+ {/* <Perf position={"bottom-left"} minimal={false} /> */}
39
</PerformanceMonitor>
40
</Canvas>
41
);
0 commit comments