Skip to content

Uncaught TypeError: ReactDOM.findDOMNode is not a function #30

@mspkom

Description

@mspkom

ReactDOM is installed and found, but it does not have an method findDOMNode.

componentDidMount: function () {
        this.hammer = new Hammer(ReactDOM.findDOMNode(this));
        updateHammer(this.hammer, this.props);
},

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