diff --git a/.changeset/fux-039-runtime-fallback-review-polish.md b/.changeset/fux-039-runtime-fallback-review-polish.md new file mode 100644 index 000000000..17c748ff4 --- /dev/null +++ b/.changeset/fux-039-runtime-fallback-review-polish.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Prevent redundant polling and a re-render loop in agent-card runtime-fallback badges. +category: fix +dev: AgentsView now caches one stable ref callback per viewport key (avoids an infinite re-render loop when IntersectionObserver is unavailable) and evicts it on unmount; the test-only toast-dedupe reset is guarded to a no-op in production builds.