The autosave feature functions correctly in IG Cookbook version 6. However, when implementing the JavaScript in a test application that contains a single editable region, an error is consistently triggered by the autosave after modifying a row and then clicking into a new, blank row. This issue does not occur in the original IG Cookbook. I'm at a loss to determine what might be missing. Any assistance in resolving this would be greatly appreciated. Thank you.
Uncaught TypeError: Cannot read properties of null (reading 'fields')
at a.<computed>.<computed>._deactivateCell (interactiveGrid.min.js?v=21.2.1:7:71263)
at a.<computed>.<computed>._deactivateCell (desktop_all.min.js?v=21.2.1:29:6847)
at a.<computed>.<computed>.focusin (interactiveGrid.min.js?v=21.2.1:7:16691)
at HTMLDivElement.h (desktop_all.min.js?v=21.2.1:29:12125)
at HTMLDivElement.dispatch (desktop_all.min.js?v=21.2.1:2:43064)
at v.handle (desktop_all.min.js?v=21.2.1:2:41048)
at Object.trigger (desktop_all.min.js?v=21.2.1:2:71515)
at Object.simulate (desktop_all.min.js?v=21.2.1:2:72018)
at HTMLDocument.i (desktop_all.min.js?v=21.2.1:2:72307)
at a.<computed>.<computed>._setFocus (interactiveGrid.min.js?v=21.2.1:7:71851)