Tran Trong Truong
Results
2
comments of
Tran Trong Truong
encounter the same issue for next js
``` = 4} slidesPerView={1} spaceBetween={0} > {products.map((item, index) => { return ( ); })} ``` my code, this ok ` loop={products.length >= 4} `