mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 22:34:15 +00:00
Replace the provide/inject pattern for execution errors with direct store access as suggested. Components now use executionStore.currentErrorNodeId computed ref directly, eliminating boilerplate and improving performance with a single source of truth. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>