Posted 19 September 2022, 1:39 am EST
In our case, we use incrementalLoading in ``` spread.fromJSON()
In sheet.tag we store object with sheet id ```
{ id: "some id"}
``` and onSave we need to gather all the existing ids from tags.
sheet.tag().id
There is a situation where the tag() function fails with an error:
[i]Cannot read properties of null (reading 'getValueForKey')
at e.tag (gc.spread.sheets.all.min.js:35:7304)[/i]
When I remove incremental loading it is working fine.
Can you explain when such an error occurs?
I need the incremental loading there...