Skip to content

Commit c1531e7

Browse files
committed
docs(readme): update migration guide
1 parent 9923cad commit c1531e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ const Counter = createStore(() => {
737737
})
738738
}
739739
}
740-
return [state, actions]
740+
return [state, actions] as const
741741
})
742742

743743
export default Counter

0 commit comments

Comments
 (0)