More `setState` warnings
jhen0409 opened this issue · 6 comments
jhen0409 commented
It seems this line will unmount JellySideMenuSvg
, so setState
will not work in JellySideMenuSvg
.
VansonLeung commented
Thanks, fixed
jhen0409 commented
@VansonLeung I don't think it's fixed, isMounted
is killed in new react version, and it's not the right place. I think we should remove all listeners in componentWillUnmount
for JellySideMenuSvg
.
VansonLeung commented
Fixed thanks
Rizwanjamal commented
VansonLeung commented
Thanks, will fix by tomorrow!
Rizwanjamal commented
Thanks :)