We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502c9ae commit 95bc655Copy full SHA for 95bc655
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