The grid (core) ยท console.warn
unknown registry kind '{kind}'; expected one of {list}.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › registry.kind:*
- Identifier
registry.kind:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
register(kind, name, impl) was given a kind that does not exist, so nothing was registered. The message lists the kinds that do.
The fix
Use one of the kinds listed in the message.
The smallest fix
grid.registry.register('renderer', 'sparkbar', MySparkbar);
Reference
Covered in full at the API reference.