Automattic / notifications-panel

Core notifications panel for WordPress.com notifications
0 stars 1 forks source link

Migrate PropType references to external package to solve console warnings #192

Closed eliorivero closed 6 years ago

eliorivero commented 6 years ago

This PR solves these warnings in console:

Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in  React v16.0. Use the latest available v15.* prop-types package from npm instead.
kwight commented 6 years ago

Thanks! We've got this covered though in #191 , our react16 branch (tagged to v2.0.0).