-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
I have warning
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
It's about https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
It seams you use deprecated PropTypes
https://github.com/arnthor3/react-bootstrap-toggle/blob/master/src/react-bootstrap-toggle.jsx#L1
I have this error from dist/react-bootstrap-toggle.js:27
var eitherStringOrInteger = _react.PropTypes.oneOfType([_react.PropTypes.string, _react.PropTypes.number]);
Metadata
Metadata
Assignees
Labels
No labels