Bindings and Lifecycle methods return the instance and new docs
This works now:
const el1 = new Element().initialize( props );
const el2 = new Element().bindings(props).initialize();Also, all of the documentation has been overhauled.
This works now:
const el1 = new Element().initialize( props );
const el2 = new Element().bindings(props).initialize();Also, all of the documentation has been overhauled.