Skip to content

Commit de0ecef

Browse files
wip disable legacy checking
1 parent d6090d5 commit de0ecef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devextreme-angular/src/core/nested-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const checkIncompatibleNestedItems = (
3737
the nested ${itemClassName} and ${itemLegacyClassName} components are incompatible.
3838
Ensure that all nested components in the content area match.`);
3939

40-
return true;
40+
return false;
4141
}
4242
}
4343
return false;

0 commit comments

Comments
 (0)