Skip to content

Commit

Permalink
Merge pull request #1086 from searchspring/carousel-bugfix
Browse files Browse the repository at this point in the history
dont pass breakpoints to swiper
  • Loading branch information
korgon authored Jul 1, 2024
2 parents 1a5a0ca + 344e3b8 commit 3c3e8b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ export const Carousel = observer((properties: CarouselProps): JSX.Element => {
}
};

delete additionalProps.breakpoints;

return children?.length ? (
<CacheProvider>
<div
Expand Down

0 comments on commit 3c3e8b8

Please sign in to comment.