Menelaos Kotsollaris

Results 5 comments of Menelaos Kotsollaris

Do we have any updates on this? I am very much looking to build next federated apps too.

Thanks Zack. I believe [nextjs-mf](https://github.com/module-federation/nextjs-mf#readme) works great for CSR, but doesn't support SSR apps. For SSR, the only workaround I've seen is [this one](https://github.com/module-federation/module-federation-examples/tree/master/nextjs-ssr) which uses [telenkos' package](https://github.com/telenko/node-mf)

Still having the same issue. Any solution for this one?

@padmaia I updated to the latest v13.5, and I am still able to reproduce this issue.

> After some digging I found out what was causing the issue for us. (This issue lists the culprit as querySelectorAll, but ours is specifically querySelector. So It may not...