chenglou / react-treeview

Easy, light, flexible tree view made with React.
1.09k stars 165 forks source link

Fix warning message shown in browser console to avoid using depreciated class from react version >=15.5.0 #46

Closed lynnchin closed 7 years ago

lynnchin commented 7 years ago
chenglou commented 7 years ago

Hey! Thanks for the PR, but I've already merged #47. That'll teach me to review PRs in reverse order... Sorry about that.

Tbh I kinda prefer this change since it's fewer things changed. But since the community is moving toward es6 classes I guess I'll keep up the pace.

Thanks a lot =)