flow type fix
This commit is contained in:
parent
3d7bce8d0d
commit
beff6cfdd6
|
@ -32,7 +32,7 @@ type SafeProps = {
|
||||||
}
|
}
|
||||||
|
|
||||||
type State = {
|
type State = {
|
||||||
component: React$Node,
|
component?: React$Node,
|
||||||
}
|
}
|
||||||
|
|
||||||
const listStyle = {
|
const listStyle = {
|
||||||
|
|
Loading…
Reference in New Issue