Merge pull request #2929 from weaveworks/react-16

Upgrade to React 16
This commit is contained in:
Aaron Kirkbride
2017-11-15 14:23:27 +00:00
committed by GitHub
11 changed files with 183 additions and 321 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import TestUtils from 'react-dom/lib/ReactTestUtils';
import TestUtils from 'react-dom/test-utils';
import { Provider } from 'react-redux';
import configureStore from '../../../stores/configureStore';