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

Commit

Permalink
fix(SiteWrapper): Fix flow error with read-only property in state.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCoplan committed Nov 29, 2018
1 parent 202e63e commit 788e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/SiteWrapper.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Props = {|
|};

type State = {|
+unreadCount: number,
unreadCount: number,
|};

type subNavItem = {|
Expand Down

0 comments on commit 788e80b

Please sign in to comment.