breadboard icon indicating copy to clipboard operation
breadboard copied to clipboard

Schema mismatch on fetch node

Open paullewis opened this issue 7 months ago • 3 comments

According to our schema a port's default value should be string|undefined

However in the fetch component we set the default for the headers property to be an object

Not sure which is more correct, but the net result is that the Visual Editor is expecting string|undefined but in this case gets {} which then gets serialized to [object Object]

paullewis avatar Jul 11 '24 14:07 paullewis