Skip to content

Problem with Next 13 and initialization #1600

Discussion options

You must be logged in to vote

Hi, we encounter enormous more errors with SSR frameworks and in fact couple other components (like Carousel) are not displaying properly in comparison to CSR frameworks.

All you got to do is import Tailwind Elements CSS file in global Next file (like _app.js/tsx) or in specific file, where you got the problematic components.

import "tw-elements/dist/css/tw-elements.min.css";

Error occurs because of inline style of Carousel elements. For now just delete style="backface-visibility: hidden" from components.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Trochonovitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants