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/missing-fallback-loading.md.

bridge/missing-fallback-loading

  • Category: reliability
  • Default severity: warning

Issue

Bridge remotes without fallback/loading leave consumers with a blank screen while the remote loads or fails.

How to fix it

Pass fallback and loading to createRemoteAppComponent, or set rules["bridge/missing-fallback-loading"] to "off".

Suppress or retarget with rules["bridge/missing-fallback-loading"] set to "off" or a severity — see Suppressions and allowlists.

Sources