Skip to content

Commit feb6dff

Browse files
committed
chore: Get demo working correctly
1 parent b7e2ebb commit feb6dff

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

packages/demo/src/App.test.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/demo/src/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface SnowfallSettings extends SnowfallProps {
77
setUseImages: (useImages: boolean) => void
88
}
99

10-
export const useSettingsStore = create<SnowfallSettings>((set, get) => ({
10+
export const useSettingsStore = create<SnowfallSettings>((set) => ({
1111
color: '#dee4fd',
1212
snowflakeCount: 200,
1313
radius: [0.5, 3.0],

packages/demo/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"noFallthroughCasesInSwitch": true
2222
},
2323
"include": ["src"],
24-
"references": [{ "path": "./tsconfig.node.json" }, { "path": "../react-snowfall" }]
24+
"references": [{ "path": "./tsconfig.node.json" }]
2525
}

0 commit comments

Comments
 (0)