Lattice Grid Buy a licence

The grid (core) ยท console.warn

module '{name}' was re-registered with different options; the first registration is kept and this call was ignored. Unregister it first if you mean to replace it.

Printed by The grid (core), prefixed [lattice], since 1.16.0.

Warnings referenceregistry.module.reconfigure:*

Identifier
registry.module.reconfigure:*
Raised by
The grid (core)
Since
1.16.0

What happened

Registration is idempotent by name, because a lazy load may repeat the same registration - so a second call with the *same* options is silent. This one carried different options, which cannot be applied, so the first registration stands and the new options do nothing. Development builds only: a production bundle can neither read nor act on the warning.

The fix

Unregister the module and register it again, or configure it once.

Reference

Covered in full at the API reference.