<Registered id="title" text="Hello Registry">
<div>A child</div>
</Registered>
Why didn't you go on the approach like:
const { Title } = registry.get('Title');
<Title>...kids...</Title>
I'm just curious because I am now exploring the concepts of component registries in React and maybe you've learned from some mistakes :D
Cheers! Great PACKAGE!