Skip to content

Not working with React 16 #1

Description

@cedricdelpoux

Hello, I get the error Cannot read property 'number' of undefined on

Paper.propTypes = {
    x: React.PropTypes.number,
}

Because PropTypes is not part of React package anymore.
You need to get this from prop-types package

import PropTypes from "prop-types"

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