Skip to content

Commit

Permalink
Test: Intentional tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 12, 2021
1 parent 1b2daf1 commit a4e7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/state/atoms.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { atom } from 'pipestate';

interface FormatSettings {
fps: number;
fps: unknown;
}

export const FormatSettingsAtom = atom<FormatSettings>({
Expand Down

0 comments on commit a4e7f6f

Please sign in to comment.