Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(1.3) Fix ReactMount import for React 15.4 (#430)
* Fix ReactMount import for React 15.4 Keep supporting pre-15.4 by using a try-catch and adding the correct import statement based on whether importing it from react-dom (the new way) fails.
- Loading branch information