We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3303469 commit fc5a5e6Copy full SHA for fc5a5e6
1 file changed
ui/src/page/ZustandDemo.tsx
@@ -7,7 +7,6 @@ function ZustandDemo() {
7
const particleCount = ConfettiStore((state: any) => state.particleCount);
8
const shapeSize = ConfettiStore((state: any) => state.shapeSize);
9
const spreadDeg = ConfettiStore((state: any) => state.spreadDeg);
10
- const colors = ConfettiStore((state: any) => state.colors);
11
const fadeOutHeight = ConfettiStore((state: any) => state.fadeOutHeight);
12
const setMode = ConfettiStore((state: any) => state.setMode);
13
0 commit comments