The grid (core) ยท console.warn
register('{kind}', ...) needs a name.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › registry.name:*
- Identifier
registry.name:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The kind is valid and the name is missing or is not a string, so there is nothing to register under and nothing was registered.
The fix
Pass a non-empty string name.
Reference
Covered in full at the API reference.