We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fab957 commit a317867Copy full SHA for a317867
packages/overmind-website/examples/guide/getstarted/changestate.ts
@@ -54,7 +54,7 @@ const typescript = {
54
code: `
55
import { Action } from 'overmind'
56
57
-export const changeCount: Action<number> = ({ state }, countChange) {
+export const changeCount: Action<number> = ({ state }, countChange) => {
58
state.count += countChange
59
}
60
`,
@@ -82,7 +82,7 @@ const config = {
82
83
84
85
86
87
88
0 commit comments