diff --git a/example/src/state/atoms.ts b/example/src/state/atoms.ts index 3d0030fae5..690218ee32 100644 --- a/example/src/state/atoms.ts +++ b/example/src/state/atoms.ts @@ -1,7 +1,7 @@ import { atom } from 'pipestate'; interface FormatSettings { - fps: number; + fps: unknown; } export const FormatSettingsAtom = atom({