sambernard / react-preload

Component to preload images before showing content
MIT License
148 stars 48 forks source link

Using proptypes from its own library #26

Closed jrmyio closed 6 years ago

jrmyio commented 7 years ago

Since 15.5 React.proptypes doesn't exist anymore.

Its now in its own package:'prop-types'

import PropTypes from 'prop-types';

changes required in: https://github.com/sambernard/react-preload/blob/master/modules/Preload.js#L1

sambernard commented 6 years ago

Resolved in #23