reactbook
reactbook copied to clipboard
PropTypes
in Button.js (page 111) PropTypes is not in React anymore, it's a separate import. import PropTypes from 'prop-types'; also applies to Excel.js