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

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

bridge/missing-fallback-loading

  • Kategorie: reliability
  • Standardschweregrad: warning

Problem

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

So beheben Sie das Problem

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.

Quellen