redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Please update dependencies to react 1.16 #39

Open HugoCapocci opened 6 years ago

HugoCapocci commented 6 years ago

remove import { PropTypes } from 'react';

replace it by import PropTypes from 'prop-types';

and so on ;)