You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected Application Error!
Cannot use 'in' operator to search for 'default' in null
TypeError: Cannot use 'in' operator to search for 'default' in null
at lazyInitializer (http://localhost:8081/static/js/lib-react.js:34647:23)
at mountLazyComponent (http://localhost:8081/static/js/lib-react.js:19946:19)
at beginWork (http://localhost:8081/static/js/lib-react.js:21595:16)
at beginWork$1 (http://localhost:8081/static/js/lib-react.js:27428:14)
at performUnitOfWork (http://localhost:8081/static/js/lib-react.js:26559:12)
at workLoopSync (http://localhost:8081/static/js/lib-react.js:26468:5)
at renderRootSync (http://localhost:8081/static/js/lib-react.js:26436:7)
at recoverFromConcurrentError (http://localhost:8081/static/js/lib-react.js:25852:20)
at performConcurrentWorkOnRoot (http://localhost:8081/static/js/lib-react.js:25752:22)
at workLoop (http://localhost:8081/static/js/lib-react.js:36296:34)
版本信息
问题详情
根据https://modernjs.dev/guides/topic-detail/micro-frontend/c02-development.html文档操作
然后各自应用都能运行,但是在主应用里加载子应用时无法加载,提示
复现链接
https://github.com/xmsz/demo-20240822.git
复现步骤
各个目录pnpm i , pnpm run dev
打开8080
点击跳转到子应用
The text was updated successfully, but these errors were encountered: