Joseph Saunderson
Results
1
issues of
Joseph Saunderson
There is a memory leak when using an `observer`, this appears to be caused by `mixinLifecycleEvents` not patching `componentWillUnmount` resulting in the reaction never being disposed. After adding `patch(target, 'componentWillUnmount');`...