[typings] Fix flow issue
This commit is contained in:
parent
24d16e4853
commit
3f1c8c4571
|
@ -107,9 +107,9 @@ export default class PhoneAuthListener {
|
|||
|
||||
for (let i = 0, len = events.length; i < len; i++) {
|
||||
const type = events[i];
|
||||
// $FlowBug: Flow doesn't support indexable signatures on classes: https://github.com/facebook/flow/issues/1323
|
||||
SharedEventEmitter.once(
|
||||
this._internalEvents[type],
|
||||
// $FlowBug: Flow doesn't support indexable signatures on classes: https://github.com/facebook/flow/issues/1323
|
||||
this[`_${type}Handler`].bind(this)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue