ComfyUI-Custom-Scripts icon indicating copy to clipboard operation
ComfyUI-Custom-Scripts copied to clipboard

Detected import of deprecated legacy API

Open arcum42 opened this issue 2 months ago • 0 comments

With the new deprecated warnings in ComfyUI, two of them are specific to ComfyUI-Custom-Scripts.

[DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
[DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.

Looks like it's from imageFeed.js on button.js, though the other one is everywhere...

arcum42 avatar Oct 19 '25 21:10 arcum42