ctrlplusb / react-jobs

Asynchronously resolve data for your components, with support for server side rendering.
MIT License
166 stars 34 forks source link

Fix a deprecation warning in React 16 #36

Closed eirikurn closed 7 years ago

eirikurn commented 7 years ago

"Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead."

mfrohberg commented 7 years ago

👍🏽

ctrlplusb commented 7 years ago

Sweet! Thanks for this x