Artur Webber
Artur Webber
I was able to get it working by injecting the dynamic import into the entry point of my bundle, similar to how it's done in [storybook-module-federation](https://github.com/robdonn/storybook-module-federation), but using the [rspack-plugin-virtual-module](https://github.com/rspack-contrib/rspack-plugin-virtual-module)...
@fi3ework , understood. I’ll hold off on that plan for now. Here’s how I implemented it: https://github.com/artieeez/storybook-rsbuild-virtual-module-example @nate-summercook , feel free to use this approach until a more robust solution...
The issue began after the release of version v0.2.7.
Found the issue. I'll open a PR
Hi @ScriptedAlchemy, I’ve requested your review again because I rebased the branch. Some tests that were failing in GitHub Actions were passing locally, which led me to believe the issue...
My colleagues and I also started our journey with module federation by using self-reference for a similar reason—to ensure that the states created in the root/shell MFE would remain singletons...