MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.

Home Page:https://mrblenny.github.io/react-flow-chart/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Node and Port Not Rendered in version newer than 11

daveabes opened this issue · comments

commented

When rendering custom nodes and port on flowchart, by specifying this in the components configuration on the flowchart (Node: () => div and Port: () =>

) only the node is rendered and not the ports....

commented

This should help to create an working example of the issue in the storybook:

image

commented

Actually, this issue can be closed.

The function receives props I was not forwarding. Once I passed the props along it works!

Sorry!