neal-react
neal-react copied to clipboard
Add support for React 16
Fixes #36 and #32.
Using prop-types
to allow for React 16 support.
There were also multiple places where we were passing through props to elements that we didn't want to (some are bad and React complains). Instead of passing {...this.props}
in these cases, I destructured the props and only passed through the extras.