mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
[TS] Properly type slot widget (#3305)
This commit is contained in:
@@ -384,8 +384,8 @@ export class GroupNodeConfig {
|
||||
|
||||
const widget = [targetWidget[0], config]
|
||||
const res = mergeIfValid(
|
||||
// @ts-expect-error invalid slot type
|
||||
{
|
||||
// @ts-expect-error fixme ts strict error
|
||||
widget
|
||||
},
|
||||
targetWidget,
|
||||
|
||||
Reference in New Issue
Block a user