chrisjpatty / flume

Extract logic from your apps with a user-friendly node editor powered by React.

Home Page:https://flume.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`inputData` props when rendering Custom Control missing data

NicWickman opened this issue · comments

The inputData field only ever seems to contain an object like

{
portName: undefined
}

but I would expect it to contain the inputs for the entire node.

Any insight as to what I'm missing?