For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/1.0.0/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/1.0.0/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/1.0.0/rules/bridge/lazy-plugin-unregistered.md.

bridge/lazy-plugin-unregistered

  • Category: correctness
  • Default severity: error

Issue

Lazy Bridge React loading requires @module-federation/bridge-react/plugin in runtimePlugins or Bridge remotes fail at runtime.

How to fix it

Add @module-federation/bridge-react/plugin to runtimePlugins. Soften with requireRuntimePlugin: false or turn the rule "off" for non-lazy Bridge setups.

Suppress or retarget with rules["bridge/lazy-plugin-unregistered"] set to "off" or a severity — see Suppressions and allowlists.

Sources