breadboard
breadboard copied to clipboard
Schema mismatch on fetch node
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]