mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-06 09:13:27 +08:00
fix new flow errors after D3561327
Reviewed By: bestander Differential Revision: D3561376 fbshipit-source-id: 226f0d1c6a771a987f9e04f114dc3ba1cca531b1
This commit is contained in:
committed by
Facebook Github Bot 1
parent
f5ba1693fe
commit
9bfa393a79
@@ -61,12 +61,10 @@ class RouteStack {
|
||||
this._index = index;
|
||||
}
|
||||
|
||||
/* $FlowFixMe - get/set properties not yet supported */
|
||||
get size(): number {
|
||||
return this._routeNodes.size;
|
||||
}
|
||||
|
||||
/* $FlowFixMe - get/set properties not yet supported */
|
||||
get index(): number {
|
||||
return this._index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user