IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 162 forks source link

Warnings and css issue #14344

Closed omgiamhere closed 3 months ago

omgiamhere commented 3 months ago

Question

For questions, please use the Discussions tab of the repository! I am getting these warnings while using ignite UI carousel with Angular 15. Please note my dependencies and screenshots as below

WARNINGS error

Warning: 19 rules skipped due to selector errors: legend+ -> Cannot read properties of undefined (reading 'type') .form-floating>~label -> Did not expect successive traversals. .form-floating>~label -> Did not expect successive traversals. .igx-button + -> Cannot read properties of undefined (reading 'type') .igx-button--cosy + -> Cannot read properties of undefined (reading 'type') .igx-button--compact + -> Cannot read properties of undefined (reading 'type') .igx-button--cosy.igx-button--outlined + -> Cannot read properties of undefined (reading 'type') .igx-button--compact.igx-button--outlined + -> Cannot read properties of undefined (reading 'type') .igx-button--fab + -> Cannot read properties of undefined (reading 'type') .igx-button--cosy.igx-button--fab + -> Cannot read properties of undefined (reading 'type') .igx-button--compact.igx-button--fab + -> Cannot read properties of undefined (reading 'type') .igx-card-actions--vertical:is(,) -> Empty sub-selector igc-rating::part(label) -> Pseudo-elements are not supported by css-select igc-rating::part(value-label) -> Pseudo-elements are not supported by css-select igc-rating[disabled]::part(label) -> Pseudo-elements are not supported by css-select igc-rating[disabled]::part(value-label) -> Pseudo-elements are not supported by css-select .igx-navbar__right>+ -> Cannot read properties of undefined (reading 'type') .igx-navbar__left>+ -> Cannot read properties of undefined (reading 'type') .igx-filter-contextual-menu [igxButton]>igx-icon+ -> Cannot read properties of undefined (reading 'type')

DEPENDENCIES "dependencies": { "@angular/animations": "^15.2.10", "@angular/common": "^15.2.10", "@angular/compiler": "^15.2.10", "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10", "@angular/platform-browser": "^15.2.10", "@angular/platform-browser-dynamic": "^15.2.10", "@angular/router": "^15.2.10", "@igniteui/material-icons-extended": "^3.0.0", "@popperjs/core": "^2.11.6", "bootstrap": "^5.3.3", "core-js": "^3.37.1", "fflate": "^0.7.3", "hammerjs": "^2.0.8", "igniteui-angular": "^15.1.36", "minireset.css": "~0.0.4", "ng-image-slider": "^7.0.1", "rxjs": "~6.6.0", "tslib": "^2.1.0", "zone.js": "^0.11.8" }, "devDependencies": { "@angular-devkit/build-angular": "^15.2.11", "@angular/cli": "^15.2.11", "@angular/compiler-cli": "^15.2.10", "@angular/localize": "^15.2.10", "@igniteui/angular-schematics": "~15.1.1110", "@types/hammerjs": "^2.0.40", "@types/node": "^12.11.1", "typescript": "~4.9.5" }

omgiamhere commented 3 months ago

Already performed the common solution by adding the below code in angular.json. Didnt change the problem "optimization": { "scripts": true, "styles": { "minify": true, "inlineCritical": false }, "fonts": true

SisIvanova commented 3 months ago

@omgiamhere Can you please provide a basic sample displaying the issues that you're facing? Otherwise, we will need detailed steps on how to reproduce the problem.

simeonoff commented 3 months ago

@omgiamhere Closing due to inactivity.