Skip to content

Commit 0d2cda4

Browse files
committed
chore(filtering): Added an extra explanation to the filtering rehydration error
1 parent 0bb0c39 commit 0d2cda4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular/src/lib/data-operations/expressions-tree-util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function recreateExpression(expression: IFilteringExpression, fields: FieldType[
150150
}
151151

152152
if (!expression.condition && expression.conditionName) {
153-
throw Error('Wrong `conditionName`, `condition` or `field` provided!');
153+
throw Error('Wrong `conditionName`, `condition` or `field` provided! It is possible that there is a type mismatch between the condition type and field type.');
154154
}
155155

156156
if (!expression.conditionName) {

0 commit comments

Comments
 (0)