Example
<MyComponent onCreatedHook={() => console.log('MyComponent created')} />
Expected
On creation to log
Actual
Nothing happens
Looks like Lifecycle Hooks not available through jsx. I've tried onCreated, onHookCreated, onCreatedHook, hookCreate and so on — nothing works.