I am use swiper but its show me the errors in my browser not in code Editor ? #6848
Unanswered
ajaykumar010
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Make sure you have the appropriate types for swiper, in case you don't:
here is the updated snippet:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i am use react typescript my code :
import { Swiper, SwiperSlide } from "swiper/react";
// Import Swiper styles
import "swiper/css";
import "swiper/css/navigation";
// import required modules
import Autoplay from "swiper";
import Navigation from "swiper";
import { Skeleton, useMediaQuery } from "@mui/material";
const Technologies_slider = ({ Images }) => {
}
export default Technologies_slider
Beta Was this translation helpful? Give feedback.
All reactions