alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
https://ice.work
MIT License
17.84k stars 2.09k forks source link

使用ssr 渲染时使用微模块报错 #5439

Closed oldCabbage closed 1 year ago

oldCabbage commented 2 years ago

使用ssr 渲染时使用微模块报错

UnhandledPromiseRejectionWarning: ReferenceError: window is not defined 微模块不给参数也报错 微信截图_20220804154545

解决ssr渲染时的报错,或者微模块在客户端时在渲染

Any additional comments? 相关环境信息?

ClarkXia commented 2 years ago

微模块本身是通过拉取异步 bundle 的方式执行,目前不支持 SSR 渲染