We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501f03f commit c5d1547Copy full SHA for c5d1547
app/ShaderFx.tsx
@@ -16,7 +16,7 @@ export const ShaderFx = ({ children }: { children: React.ReactNode }) => {
16
setDpr(Math.round((0.5 + 1.0 * factor) * 10) / 10);
17
}}>
18
<Suspense fallback={null}>{children}</Suspense>
19
- <Perf position={"bottom-left"} minimal={false} />
+ {/* <Perf position={"bottom-left"} minimal={false} /> */}
20
</PerformanceMonitor>
21
</Canvas>
22
);
0 commit comments