Julien Barrois
Results
1
issues of
Julien Barrois
This is typing only PR. Current interface definition for `IReactionDisposer` is ``` export interface IReactionDisposer { (): void $mobx: Reaction } ``` but that's wrong because because like so typescript...