240417_try_catch_cancelled_누적.md
개요





문제 파악
의심 1. try catch
의심 2. 노드 누적
의심 3. process 함수 (cancelled error)

의심 4 + 해결. getCanvas() 함수




배운점
Last updated










Last updated
try {
setTimeout(function() {
noSuchVariable;
}, 1000)
} catch {
} useEffect(() => {
return () => {
editor?.destroy();
}
}, [])