Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(1.3) Fix ReactMount import for React 15.4 #430

Merged
merged 2 commits into from
Nov 28, 2016

Commits on Nov 28, 2016

  1. 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.
    calesce committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    4ff0825 View commit details
    Browse the repository at this point in the history
  2. remove console.log

    calesce committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    c349a76 View commit details
    Browse the repository at this point in the history