The grid (core) ยท console.warn
registerModules received something that is not a module; ignored.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › registry.module.shape
- Identifier
registry.module.shape- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
One of the entries handed to registerModules is not an object with a non-empty name, so it was skipped. The other entries in the same call are installed normally.
The fix
Pass the module object itself - usually the default export of the module package - rather than its factory or its namespace.
Reference
Covered in full at the API reference.