You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the following change in TypeScript (microsoft/TypeScript#32264 (comment)), in some scenarios, the Kendo observable is missing properties in TypeScript 3.9.
Reproduction of the problem
Steps to reproduce the issue are present in Support thread 1480700
Expected/desired behavior
Observable creation logic should not rely on the enumeration of property definitions.