primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.36k stars 4.58k forks source link

.p-organizationchartL 3 rules skipped due to selector errors #16073

Open docentYT opened 3 months ago

docentYT commented 3 months ago

Describe the bug

I do not use organization chart in my website. Error displayed by angular during and after build:

3 rules skipped due to selector errors:
  .p-organizationchart .p-organizationchart-lines :nth-child(1 of.p-organizationchart-line-left) -> n-th rule couldn't be parsed ('1 of.p-organizationchart-line-left')
  .p-organizationchart .p-organizationchart-lines :nth-last-child(1 of.p-organizationchart-line-left) -> n-th rule couldn't be parsed ('1 of.p-organizationchart-line-left')
  .p-organizationchart .p-organizationchart-lines :nth-child(1 of.p-organizationchart-line-right) -> n-th rule couldn't be parsed ('1 of.p-organizationchart-line-right')

Environment

Angular: 18.1.1 PrimeNG: 17.8.5

Reproducer

No response

Angular version

18.1.1

PrimeNG version

17.8.5

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.12.1

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

Hassan-Gaad commented 3 months ago

I encounter the same issue once enable bundle optimization ! any update here?

sugihartolim commented 2 months ago

Confirmed still happening with primeng 17.8.6 and 17.8.7 under angular 18.

devwagner commented 1 month ago

The issue is still happening. PrimeNG 17.18.9 Angular 18.2.2

nagringapp commented 1 month ago

same here "primeng": "^17.18.10", "@angular/cdk": "^18.2.3", "@angular/common": "^18.0.0",

erickfigueiredo commented 1 week ago

Same here

"primeng": "^17.18.11", "@angular/core": "^18.2.0",

instantgis commented 5 days ago

Same here too

"@angular/core": "^18.0.0",
"primeng": "^17.18.10",

Tried downgrading to primeng 17.18.10 as mentioned above, still no go.