ReactJS findDOMNode and getDOMNode are not functions
问题 I'm building a web-app with ReactJS and Flux and I'm trying to get the node of my current div using the method findDOMNode and I get the next error: Uncaught TypeError: React.findDOMNode is not a function So, I tried to use getDOMNode and I get the very same error: Uncaught TypeError: React.getDOMNode is not a function I'm using npm to build the JS, the code where I use these methods: var React = require('react'); var stores = require('../stores'); var MessagesUserContainer = require('.