Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 788e80b

Browse files
committed
fix(SiteWrapper): Fix flow error with read-only property in state.
1 parent 202e63e commit 788e80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/SiteWrapper.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Props = {|
1717
|};
1818

1919
type State = {|
20-
+unreadCount: number,
20+
unreadCount: number,
2121
|};
2222

2323
type subNavItem = {|

0 commit comments

Comments
 (0)