Tencent / wujie

极致的微前端框架
https://wujie-micro.github.io/doc/
Other
4.05k stars 580 forks source link

Failed to execute 'insertAdjacentElement' on 'Element' #825

Closed zhanglong1009 closed 4 months ago

zhanglong1009 commented 5 months ago

描述bug 清晰准确的描述bug 主应用和子应用都是vue3+vite2的项目,且项目间不存在跨域问题。本地运行时,一切正常,但把打好的包放在服务器上,就报错 Uncaught TypeError: Failed to execute 'insertAdjacentElement' on 'Element': parameter 2 is not of type 'Element'.

如何复现 给出详细的复现步骤 1、第一步 xxx 2、 第二步 xxx

错误截图 如果有可以将截图带上 image

最小复现仓库或者地址 重要!!!,请尽量给出复现仓库,这样能极大加快bug解决速度

zhanglong1009 commented 5 months ago

找到原因了,子应用用了vConsole插件。注释掉就能正常显示了...真坑