flow type fix

This commit is contained in:
Mikhail Mikheev 2019-03-21 19:24:57 +04:00
parent 3d7bce8d0d
commit beff6cfdd6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type SafeProps = {
}
type State = {
component: React$Node,
component?: React$Node,
}
const listStyle = {