redux-saga-beginner-tutorial
redux-saga-beginner-tutorial copied to clipboard
Please update dependencies to react 1.16
remove import { PropTypes } from 'react';
replace it by import PropTypes from 'prop-types';
and so on ;)