leozdgao / react-async-script-loader

A decorator for script lazy loading on react component
MIT License
258 stars 55 forks source link

Refactored imports to prevent React 15.5.4 warnings #14

Closed brendanmh closed 7 years ago

brendanmh commented 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.

JesperWe commented 7 years ago

@leozdgao Please merge this PR to let us get rid of this annoying warning!