React- Cannot read property 'setState' of undefined
for some reason, I'm getting the error " React- Cannot read property 'setState' of undefined". So this.state is never getting updated with the values that the user inputs. When I tried the binding that is commented out, I get strange behavior where I'm unable to type input for the username and I no longer get the null error, but the values are just undefined. Any help would be appreciated. Thanks. import __fetch from "isomorphic-fetch"; import React from "react"; import InlineCss from "react-inline-css"; import Transmit from "react-transmit"; import Header from './components/header' class