hugo@dev
Results
1
issues of
hugo@dev
msgRef.current is null but got check undefined in the ContentEditable component causing app crashed
1
I am facing an error that it'll crash the app entirely. When I traced the error, it shows into this part: ``` if (typeof msgRef.current === "undefined") { return true;...