redux-saga-beginner-tutorial icon indicating copy to clipboard operation
redux-saga-beginner-tutorial copied to clipboard

Please update dependencies to react 1.16

Open HugoCapocci opened this issue 7 years ago • 0 comments

remove import { PropTypes } from 'react';

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

and so on ;)

HugoCapocci avatar Mar 28 '18 16:03 HugoCapocci