The grid (core) ยท console.warn
module '{name}' has no install() and was ignored.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › registry.module.install:*
- Identifier
registry.module.install:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The entry has a name and no install, so there is nothing to run and the module is not registered. Whatever it provides is absent.
The fix
A module is { name, install(ctx) }. Check that you are passing the module and not, say, its configuration object.
Reference
Covered in full at the API reference.