portal icon indicating copy to clipboard operation
portal copied to clipboard

在使用getContainer时,containerCache没有经过set,导致执行removeCSS时containerCache.get(container).children报错

Open Shipeijing opened this issue 3 years ago • 2 comments

image image

Shipeijing avatar Oct 13 '22 09:10 Shipeijing

bug场景:getContainer属性不使用正常,使用时containerCache.get(container).children中children为undefined,经排查在使用getContainer属性时不走updateCSS,所以导致containerCache没有内容,在removeCSS时触发报错

Shipeijing avatar Oct 13 '22 09:10 Shipeijing

image 禁用此代码后正常运行

Shipeijing avatar Oct 13 '22 09:10 Shipeijing