Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fixed] remove portal context in timeout (reactjs#353)
Fixes the binding of the `removePortal` call in the `setTimeout` callback by capturing a this reference in a variable in the closure scope. Doesn't use `bind` which apparently causes warnings. Fixes reactjs#344, fixes reactjs#348
- Loading branch information