We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c869e2 + 95bc655 commit 02d07beCopy full SHA for 02d07be
1 file changed
hooks/15_Context/Readme.md
@@ -19,7 +19,7 @@ import * as React from "react";
19
20
export interface SessionContextProps {
21
login: string;
22
- updateLogin: value => void;
+ updateLogin: (value: string) => void;
23
}
24
25
export const createDefaultUser = (): SessionContextProps => ({
0 commit comments