thomasboyt / react-pikaday

A React component wrapper around Pikaday
111 stars 31 forks source link

Fix deprecation warnings from React 15.5.0 #25

Closed dahlie closed 2 years ago

dahlie commented 7 years ago

React 15.5.0 added new deprecation warnings which are considered as errors in Jest tests.

This PR fixes those warnings by including separate prop-types and create-react-class NPM packages.