ohmygodismax

Results 3 issues of ohmygodismax

In a remote project, I am building a module via @module-federation/vite: ![image](https://github.com/user-attachments/assets/a0763bd8-4bd8-4be5-956b-de1696977539) В хост приложении регистрирую и подключаю модуль через @module-federation/enhanced/runtime: ![image](https://github.com/user-attachments/assets/1f81c309-07c4-480b-ac81-5850d4be1dd4) I get an error when executing the code:...

When building the application through the dockerfile, I get an error: ![Image](https://github.com/user-attachments/assets/141cea68-1d05-4288-8cde-9dcc377d032c) It is likely that the environment of the docker image affects the operation, since such an error does...

When the module is dynamically connected via @module-federation/enhanced/runtime,, at the moment, when I try to use 2 different instances of the react library (an older version on the host application),...