We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdd6e6d + 2aa4cfb commit 8801ec7Copy full SHA for 8801ec7
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