The grid (core) ยท console.warn
unknown display unit "{symbol}"; rendering in {base}
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › unit:display:*
- Identifier
unit:display:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The unit a column was told to display in is not in its system - checked both exactly and case-insensitively - so the value is rendered in the system's base unit instead. The stored numbers are unchanged; what the reader sees is a different unit from the one configured.
The fix
Use a symbol from the column's own unit system.
Reference
Covered in full at the API reference.