Files
ComfyUI_frontend/docs
DrJKL 2526d1cd58 fix: make slot shims and discriminators safe for ecosystem slot patterns
- _setConcreteSlots writes wrappers back into node.inputs/outputs so
  identity-based store lookups hold for duck-typed slots
- find-slot helpers take their direction from the call site instead of
  'link' in discrimination, which optional link made unsound; deletes
  slotIsConnected, widgetInputConnected, isINodeInputSlot, and
  IGenericLinkOrLinks
- addInput/addOutput drop legacy link/links keys from extra_info
  instead of letting Object.assign collide with the accessor
- deprecated mirror writes warn with the replacement APIs and are
  ignored, so legacy writers degrade gracefully instead of throwing
2026-07-07 19:21:37 -07:00
..
2026-06-26 22:54:04 +00:00