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

Fix deprecation warnings #14

Merged
merged 3 commits into from
May 6, 2017

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    432f73e View commit details
    Browse the repository at this point in the history
  2. fix depracation warning by removing react-addon-test-utils, as it has…

    … been moved to react-dom/test-utils
    onuite committed May 5, 2017
    Configuration menu
    Copy the full SHA
    f4d0de6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. We need to use ES5 syntax for compatibility.

    Most bundlers don't transpile the `node_modules` so the packages need to be ES5.
    plougsgaard committed May 6, 2017
    Configuration menu
    Copy the full SHA
    4dcfd63 View commit details
    Browse the repository at this point in the history