primereact icon indicating copy to clipboard operation
primereact copied to clipboard

V11: Global prefixes issue

Open Keitar6 opened this issue 4 months ago • 0 comments

Describe the bug

So when you change prefixes using option in theme like below:

Image Image

they will change in style tags in your Head tag but they will not change in components attributes:

Image

Reproducer

No response

System Information

"primeicons": "^7.0.0",
    "primereact": "11.0.0-alpha.5",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-is": "19.1.0",
    "react-router-dom": "^7.1.1",
    "vite": "6.3.5",

Steps to reproduce the behavior

No response

Expected behavior

Prefix option changes prefixes everywhere across the primereact library

Keitar6 avatar Sep 19 '25 10:09 Keitar6