Use the <Entity> component to declare your entities:
NoteEnsure that entities are declared within the context of an ECS.Provider.
Entity References#
You can pass a React Ref to <Entity> to get a reference:
If you have imperatively created an Entity you can inject it into your <Entity> declaration: