I encountered the following type definition errors while using the upcoming version 7.3.0:
The transferData function of RowReorder.allowCrossGridDrag does not include a Promise return type in its definition, although it does return a Promise in the actual implementation.
1.png (47.39 KiB) Viewed 6765 times
For Store.traverseWhile, Store.query, and Model.traverse:
The callback function invoked for each record does not accept the traversed record as an argument in the type definitions, although it is provided in the actual implementation.
I found another type definition error in CalendarManagerStore’s configuration object. CalendarManagerStore inherits from the AjaxStore class, but the configuration object (CalendarManagerStoreConfig) is missing the lazyLoad property. The actual implementation lazily loads the data when the lazyLoad property is set.
I need to create a new forum post. I’ve identified an issue in 7.3.0 that is unrelated to type definition errors, and I need to upload test example apps (approximately 2 MB) that replicate the issue.