Skip to content

Commit 6427882

Browse files
author
takuma-hmng8
committed
bugfix
1 parent 50b2d2d commit 6427882

File tree

19 files changed

+1134
-1127
lines changed

19 files changed

+1134
-1127
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,4 +479,5 @@ return (
479479
```
480480

481481
👉 [wobble3D demo](https://use-shader-fx.vercel.app/useWobble3D) 👈
482+
482483
👉 [morphParticles demo](https://use-shader-fx.vercel.app/useMorphParticles) 👈

app/useWobble3D/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { OrbitControls, Environment } from "@react-three/drei";
1717

1818
extend({ FxMaterial });
1919

20-
const CONFIG: Wobble3DParams = {
20+
const CONFIG: any = {
2121
...structuredClone(WOBBLE3D_PARAMS),
2222
color0: new THREE.Color(0x1adb91),
2323
color1: new THREE.Color(0xdbff57),

0 commit comments

Comments
 (0)