We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e2ebb commit feb6dffCopy full SHA for feb6dff
packages/demo/src/App.test.tsx
packages/demo/src/settings.tsx
@@ -7,7 +7,7 @@ export interface SnowfallSettings extends SnowfallProps {
7
setUseImages: (useImages: boolean) => void
8
}
9
10
-export const useSettingsStore = create<SnowfallSettings>((set, get) => ({
+export const useSettingsStore = create<SnowfallSettings>((set) => ({
11
color: '#dee4fd',
12
snowflakeCount: 200,
13
radius: [0.5, 3.0],
packages/demo/tsconfig.json
@@ -21,5 +21,5 @@
21
"noFallthroughCasesInSwitch": true
22
},
23
"include": ["src"],
24
- "references": [{ "path": "./tsconfig.node.json" }, { "path": "../react-snowfall" }]
+ "references": [{ "path": "./tsconfig.node.json" }]
25
0 commit comments