playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

Export binding classes in the react build #268

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

The react build currently references a different version of the BindingBase class from the one a user imports from @playcanvas/pcui. When importing components from @playcanvas/pcui/react, users should also import the binding classes from this build so both the binding classes and react components reference the same version of BindingBase.