Closed ivantsov closed 9 years ago
After updating Fluxxor to 1.7.2 I've got following warnings in console:
You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call.
You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call
I'm using React.createClass if it's important.
Thanks! Fixed in 1.7.3.
After updating Fluxxor to 1.7.2 I've got following warnings in console:
You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call
.I'm using React.createClass if it's important.