Graylog2 / graylog-plugin-map-widget

[DEPRECATED] Map widget for Graylog
https://www.graylog.org/
GNU General Public License v3.0
6 stars 11 forks source link

Adapt to changes in PropTypes #52

Closed edmundoa closed 7 years ago

edmundoa commented 7 years ago

PropTypes have moved into a separate package (prop-types), so all imports and usages of the old way (being part of the React module) are changed.

For more details see https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes

Refs Graylog2/graylog2-server#4059