Gantt ยท console.warn
gantt: setState received a state from a newer version ({got} > {known}); unrecognised fields are ignored.
Printed by Gantt, prefixed [lattice], since 1.50.0.
Warnings reference › gantt-state-version
- Identifier
gantt-state-version- Raised by
- Gantt
- Since
- 1.50.0
What happened
A saved view state carries a version number higher than this build understands. It is applied as far as it can be - the fields this version knows are restored - and anything newer is ignored. What you get back is therefore a partial restore, not a failed one.
The fix
Nothing, if the difference does not matter to you. Otherwise re-save the state from this version, or upgrade the grid to the one that wrote it.
Reference
Covered in full at the API reference.