Big boy
Big boy

Reputation: 1741

Swiper sample does not work with Next 13 out of the box

Swiper does not work with Next 13. The default React example of Swiper + 'use client' at the top of the page does not work.

Steps to reproduce:

How can I fix this?

Upvotes: 0

Views: 466

Answers (1)

Adler Spencer
Adler Spencer

Reputation: 11

For me, it is solved by changing:

import "swiper/css"; to import "swiper/swiper.min.css";

[Next 13.3.0] [App Directory] ['use client']

Upvotes: 1

Related Questions