Closed brendanmh closed 7 years ago
The latest version of React gives warnings if you import PropTypes from 'react' and ReactTestUtils from 'react-addons-test-utils'.
I changed the imports to prevent those warnings.
Tests pass. Should be no functionality changes.
@leozdgao Please merge this PR to let us get rid of this annoying warning!
The latest version of React gives warnings if you import PropTypes from 'react' and ReactTestUtils from 'react-addons-test-utils'.
I changed the imports to prevent those warnings.
Tests pass. Should be no functionality changes.