You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
melloware
added
question
Issue contains a question about the use of PrimeReact components or the products it supports
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 24, 2023
Describe the bug
The documentation says that primereact has SSR support
However I cannot find any documentation on how to support SSR.
The core ccs has this:
with all the styles injected in the head at runtime.
How exactly does primereact support SSR?.
Reproducer
No response
PrimeReact version
^10.2.1
React version
18.x
Language
TypeScript
Build / Runtime
Remix
Browser(s)
No response
Steps to reproduce the behavior
Start any project. Core styling are only injected at runtime (this also breaks react hydration) since the core css file has been deprecated.
Expected behavior
Styles should be present in the document load, or provide a solution to get the style on the server render pass.
The text was updated successfully, but these errors were encountered: