NoHomey / material-ui-number-input

The <TextField type="number" /> that user really expects.

Home Page:http://nohomey.github.io/material-ui-number-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove propTypes or use prop-types package instead

lamuertepeluda opened this issue · comments

With React 15.5+

warning.js:36 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

More on this on the official React documentation page

The culprit is this line here.

Thanks I migrate to it with latest release. I will update changelog after 5/6 hours.