You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice catch! You have a custom node that I'm not aware of that use 'number' as output type. could you take a look at you object_info.json and tell me what node is causing this ? It Would help me troubleshoot if I could install the node and work from there to preventing the conflict with native typescript types
Reserved type
number
in global.ts:Type alias name cannot be 'number'.
export type number = ComfyNodeOutput<'number'>
Nice work though!
The text was updated successfully, but these errors were encountered: