Warning: Entry point 'devextreme-angular/ui/tooltip' contains deep imports into > '/node_modules/devextreme/ui/tooltip', '/node_modules/devextreme/bundles/dx.all'
nigrosimone opened this issue · 1 comments
nigrosimone commented
Bug Report
Package versions:
devextreme: 19.2.7
devextreme-angular: 19.2.7
Steps to reproduce:
Create a new Angular 9.1 project, install devextreme and run
ng serve
Current behavior:
the shell show some warnings like this:
Warning: Entry point 'devextreme-angular/ui/tooltip' contains deep imports into
'/node_modules/devextreme/ui/tooltip', '/node_modules/devextreme/bundles/dx.all'. This is probably not
a problem, but may cause the compilation of entry points to be out of order.
Expected behavior:
no warnings
ovchinnikov commented
Duplicate of #1060