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
Hi. It seems react-splide is not working with server components in nextjs 13 app directory.
Error says splide uses class components and only works in client components.
Reproduction Link
No response
Steps to Reproduce
Used in server components
Expected Behaviour
Work with server components
The text was updated successfully, but these errors were encountered:
The slider must render on the server side because there are some data that must rendered on the server for SEO.
BTW I know that I should use "use client" for client components😉
Checks
Version
0.7.12
Description
Hi. It seems react-splide is not working with server components in nextjs 13 app directory.
Error says splide uses class components and only works in client components.
Reproduction Link
No response
Steps to Reproduce
Used in server components
Expected Behaviour
Work with server components
The text was updated successfully, but these errors were encountered: