Xiaofeng Xie
Xiaofeng Xie
> @alex-vukov , could you give a link to reproduce scenario which you described. > > I have app shell and I need to have access to remote app in...
> > If you are using react-router, I believe you can set "basename" in both remote's router and the host's router, that way, the `/app` path will not be removed...
any updates on this?
any updates on this issue?
Any updates on this issue? I am currently using module federation to build microfrontend. One issue I have is that DD_RUM context gets reloaded and loses its internal context in...
> We are still working on improving the sub-app use cases. > > > One issue I have is that DD_RUM context gets reloaded and loses its internal context in...
Thanks for taking a look, i think that's how module federation works. If you don't mark your dependencies as singleton, it will include its own copy of dependency. To your...