Skip to content

Commit 62e80f7

Browse files
fix prod build
1 parent a97a186 commit 62e80f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

react/bitbybit-threejs/src/App.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ function App() {
4040
const firstRenderRef = useRef(true);
4141

4242
useEffect(() => {
43-
if (firstRenderRef.current) {
44-
firstRenderRef.current = false;
45-
return;
46-
}
43+
// if (firstRenderRef.current) {
44+
// firstRenderRef.current = false;
45+
// return;
46+
// }
4747
init();
4848
}, [])
4949

0 commit comments

Comments
 (0)