Replies: 5 comments 3 replies
-
Hello! I'll check it out soon. |
Beta Was this translation helpful? Give feedback.
-
Ok, I cloned the repository but there are projects missing (menu and wjelements), so at least the menu seems to be needed right away. Furthermore, I see an error in your build import map: The {
"imports": {
"@wja/react": "http://localhost:4101/spa.js",
"@wja/vanilla": "http://localhost:4102/spa.js",
"@wja/menu": "http://localhost:4103/spa.ts",
"@wja/vue": "http://localhost:4104/spa.ts",
"@wja/wjelements": "http://localhost:4105/spa.js"
}
} Generally speaking, if something is a direct child of the Let me know when you update the repository so I can try again. |
Beta Was this translation helpful? Give feedback.
-
I apologise. Everything should work now. But if you open it in firefox, it returns a white screen |
Beta Was this translation helpful? Give feedback.
-
Hello again. I just tested the repo in both Edge and Firefox and I can see all micro-frontends, but as you stated, Firefox only works if the console is open. I asked Copilot about this and none of the suggestions work. I guess this is why nobody uses Firefox. The problem is only there while running the dev server ( Long story short: Don't use Firefox for dev. For the record, this is not related to |
Beta Was this translation helpful? Give feedback.
-
I think it is something related to the When I remove the |
Beta Was this translation helpful? Give feedback.
-
I'm preparing a POC where I want to test the functionality of Single SPA with various applications written in different frameworks. Everything should work, but in Firefox, if I have the console closed, the page doesn't load and all I see is a white background. Could you advise me on what the problem might be? Thank you.
https://github.com/lencys/poc-single-spa
Beta Was this translation helpful? Give feedback.
All reactions