portal
portal copied to clipboard
在使用getContainer时,containerCache没有经过set,导致执行removeCSS时containerCache.get(container).children报错
bug场景:getContainer属性不使用正常,使用时containerCache.get(container).children中children为undefined,经排查在使用getContainer属性时不走updateCSS,所以导致containerCache没有内容,在removeCSS时触发报错
禁用此代码后正常运行