Skip to content

Commit

Permalink
Fix dxi-dxo collision in angular base nested components (#28498)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Dec 5, 2024
1 parent 289c6ee commit 70f711a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions apps/demos/testing/known-warnings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"W0019 -",
"W0022 -",
"W2108 -",
"[Vue warn]: Invalid prop: type check failed for prop",
"NG0912: Component ID generation collision detected"
"[Vue warn]: Invalid prop: type check failed for prop"
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"axe-core": "4.10.2",
"cheerio": "1.0.0-rc.10",
"codelyzer": "6.0.2",
"devextreme-internal-tools": "16.0.0-beta.17",
"devextreme-internal-tools": "16.0.0-beta.18",
"http-server": "14.1.1",
"husky": "8.0.3",
"jest": "29.7.0",
Expand Down
1 change: 1 addition & 0 deletions packages/devextreme-angular/src/ui/nested/base/user-dxi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {


@Component({
selector: 'base-dxi-user',
template: ''
})
export abstract class DxiUser extends CollectionNestedOption {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70f711a

Please sign in to comment.