Closed this issue 7 years ago · 2 comments
Can you update this package to React 16? The main issue is about PropTypes, with React 16 you should not use React.PropTypes.object but instead import PropTypes from 'prop-types'; and then PropTypes.object
React.PropTypes.object
import PropTypes from 'prop-types';
PropTypes.object
Oh, sorry for my lazy updating. I'll try anytime soon.
Done #4. Please try version 0.2.0