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
When initializing a filter expression with an editor of type 'boolean', the following error is thrown in the console and the editor itself is not rendered in the expression:
Description
When initializing a filter expression with an editor of type 'boolean', the following error is thrown in the console and the editor itself is not rendered in the expression:
The error starts to appear in v17.0.0 of the Filter package.
Example with v16.11.0, in which no error is observed - https://stackblitz.com/edit/angular-c82m7q-fqbq3qpi
Steps To Reproduce
Actual Behavior
The following error is thrown in the console - "ERROR TypeError: Cannot read properties of undefined (reading 'get')".
Expected Behavior
No error should appear when a filter expression with a 'boolean' editor is initialized in the Filter.
Last working version of the Kendo UI for Angular package (if regression).
16.11.0
The text was updated successfully, but these errors were encountered: