We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found: Can't resolve './fonts/slick.svg#slick' 15 | src: url('./fonts/slick.eot'); 16 | src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
17 | } | ^ 18 | /* Arrows */ 19 | .slick-prev, 20 | .slick-next
The text was updated successfully, but these errors were encountered:
I had the same problem ,same error message
I use it in nextjs 14
page.tsx "use client"; import Slider from "react-slick"; import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick-theme.css";
I tried to use 'next dev' instead of 'next dev --turbo'. It works for me, and you should try it.
Sorry, something went wrong.
No branches or pull requests
Module not found: Can't resolve './fonts/slick.svg#slick'
15 | src: url('./fonts/slick.eot');
16 | src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
The text was updated successfully, but these errors were encountered: