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/provider-shape-invalid.md.

bridge/provider-shape-invalid

  • Category: correctness
  • Default severity: error

Issue

Incomplete createRemoteAppComponent / createBridgeComponent options omit required loader/module or root component contracts and break Bridge remotes.

How to fix it

Pass a complete options object (loader/module for consumers, or a root component for export-app). Fallback/loading UX is covered by bridge/missing-fallback-loading. Turn the rule "off" when source facts are too thin or the call shape is dynamic.

Suppress or retarget with rules["bridge/provider-shape-invalid"] set to "off" or a severity — see Suppressions and allowlists.

Sources