BasicPrimitives / react

Basic Primitives Diagrams for React. Data visualization components library that implements organizational chart and multi-parent dependency diagrams.
https://basicprimitives.github.io/react/
Other
22 stars 5 forks source link

Button Rendering Problem #39

Closed devhe4d closed 3 years ago

devhe4d commented 3 years ago

Hi, based on the docs on this page we can use ItemTemplate to render custom design Items and buttons. when I add templates entity into config object, the onItemRender function works fine, but the onButtonsRender doesn't work.

I noticed that even in the demo page of itemtemplates the buttons that are in the config object don't get rendered. I wonder what is the problem with it.

Thanks

BasicPrimitives commented 3 years ago

Fixed in 6.3.1

BasicPrimitives commented 3 years ago

Fixed