Skip to content

deprecations in react 15.5.0  #13

@bigkrp

Description

@bigkrp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions