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
Describe the bug
Using any @commons-ui component in a server-rendered page or component does not work. It throws an error about client-side-only components being used in the server. Components that can be server-rendered do not work as expected.
To Reproduce
In any of the pages that are server-rendered, try using any component from commons-ui/core.
Expected behaviour
Components without explicit client-side dependencies should work with server-side rendering.
The text was updated successfully, but these errors were encountered:
kelvinkipruto
changed the title
Using commons-ui in server rendered components does not work.
Using commons-ui in server rendered components does not work.
Sep 6, 2024
Describe the bug
Using any
@commons-ui
component in a server-rendered page or component does not work. It throws an error about client-side-only components being used in the server. Components that can be server-rendered do not work as expected.To Reproduce
commons-ui/core
.Expected behaviour
Components without explicit client-side dependencies should work with server-side rendering.
The text was updated successfully, but these errors were encountered: