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/ssr-instanceid-hydration.md.

bridge/ssr-instanceid-hydration

  • Category: tooling
  • Default severity: info

Issue

Without a stable bridge.instanceId, SSR Bridge hydration registries can collide across requests.

How to fix it

Set bridge.instanceId for SSR builds, use ssrMode: "browser-only" when not SSR, or set the rule to "off".

Suppress or retarget with rules["bridge/ssr-instanceid-hydration"] set to "off" or a severity — see Suppressions and allowlists.

Sources