Closed hossain45 closed 12 months ago
@hossain45, Did you install keep-react in nextjs application? If yes, then It will work properly. But If you install keep-react in vite react application then it will throw an errror. Because React has no component like Image. You can use img instead of Image.
import Image from "next/image";
This line not working properly! I was trying to use a carousel component but I got this error.