We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a23545 commit d2c61adCopy full SHA for d2c61ad
app/ShaderFx.tsx
@@ -2,7 +2,7 @@
2
3
import { Suspense, useState } from "react";
4
import { Canvas } from "@react-three/fiber";
5
-import { Perf } from "r3f-perf";
+// import { Perf } from "r3f-perf";
6
import { PerformanceMonitor } from "@react-three/drei";
7
8
const Loading = () => {
@@ -53,7 +53,7 @@ export const ShaderFx = ({
53
setDpr(Math.round((1.0 + 1.0 * factor) * 10) / 10);
54
}}>
55
{children}
56
- <Perf position={"bottom-left"} minimal={false} />
+ {/* <Perf position={"bottom-left"} minimal={false} /> */}
57
</PerformanceMonitor>
58
</Canvas>
59
</Suspense>
0 commit comments