babel / babel-sublime-snippets

Next generation JavaScript and React snippets for Sublime
https://babeljs.io
262 stars 47 forks source link

Support React 15.5 PropTypes #26

Closed MilllerTime closed 6 years ago

MilllerTime commented 7 years ago

New in React 15.5 is a breaking change where PropTypes are no longer included within React, and have instead been moved to a separate prop-types package. Dropping the React. prefix from the PropTypes snippets should do it.

brownieboy commented 6 years ago

Fixed as part of 1.0.7, which is now live on Package Manager.

MilllerTime commented 6 years ago

Excellent, thanks!