IVLIU / react-offscreen

react offscreen component like vue keep-alive
MIT License
107 stars 8 forks source link

卸载时为何要执行resolvePromise? #3

Closed wanglufei561 closed 6 months ago

wanglufei561 commented 9 months ago
image

组件都要卸载了,为何还要resolvePromise?清除suspense中的记录么?还是要卸载suspense的fallback

IVLIU commented 9 months ago

image 组件都要卸载了,为何还要resolvePromise?清除suspense中的记录么?还是要卸载suspense的fallback

防止promise未被resolve造成内存泄漏