Michel dos Santos Kuguio

Results 7 comments of Michel dos Santos Kuguio

i have same problem, cypress cant open or recognized browser, i try to install in linux browser but not work too

in my case the real problem was version node, try to change.. can be resolve

this is not correct solution but its solve to the momment: ```TS registerApplication({ name, app: () => System.import(name) as any, //

a try to made same of this but not work to me: https://github.com/originjs/vite-plugin-federation/issues/173

i create repository with simple example: https://github.com/misaku/fix-vite-federation

i read and try to made same of this too: https://github.com/originjs/vite-plugin-federation/discussions/221 but, i had some problens! - its work if i put JSX of react-router-dom - its not work only...

one strange thing is, if i put component Link of react router dom federation work normally. =S