We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have Primereact running in a shadowRoot but there are problems.
Tailwind does at the moment a better job than the normal theme css but the Dropdown is not OK
https://stackblitz.com/edit/vitejs-vite-nuemax?file=src%2Fmain.jsx
10
18.x
ALL
Vite
all
You can see in Stackblitz. You still see the original component Expected behavior Not see the select and input component
The text was updated successfully, but these errors were encountered:
Looks similar to #5240
Sorry, something went wrong.
feat primefaces#5246: add styleContainer option for useStyle
0276a1b
6f25e3b
feat #5246: add styleContainer option for PrimeReactContext (#5566)
3afafe7
* feat #5246: add styleContainer option for useStyle * Pass `context.styleContainer` to `DomHandler.createInlineStyle` * Add docs for StyleContainer
Successfully merging a pull request may close this issue.
Describe the bug
I have Primereact running in a shadowRoot but there are problems.
Tailwind does at the moment a better job than the normal theme css but the Dropdown is not OK
Reproducer
https://stackblitz.com/edit/vitejs-vite-nuemax?file=src%2Fmain.jsx
PrimeReact version
10
React version
18.x
Language
ALL
Build / Runtime
Vite
Browser(s)
all
Steps to reproduce the behavior
You can see in Stackblitz. You still see the original component Expected behavior Not see the select and input component
The text was updated successfully, but these errors were encountered: