VMLuca

Results 15 comments of VMLuca

Hey guys, any updates on this issue? None of the solutions worked for me. Is it planned to be fixed?

I can also confirm that it is still an issue: I created a demo here: https://codesandbox.io/p/sandbox/react-slick-playground-forked-hqfmn5?file=%2Findex.js%3A12%2C22

Thanks for sharing! Isn't there an useEffect missing? Unfortunately breakpoint is always null for me. Do you have a tip? Maybe some code you didn't share? Here is my code:...

Thanks for you answer. I will try to narrow it down from a different perspective. When you look at the scss variables bootstrap offers me 4 widths for different breakpoints...

@julien-deramond is this really a bug or am I missing something?

Yeah but what's the idea behind it? I want to max-width it also on md not only on lg and xl.

Thanks for your PR! I also see that for the breakpoints there are only SCSS variables available for now. In my case I need to set breakpoints for each modal...

I would import it like this in the layout file if you use app router or in the _app file if you use page router. ``` jsx import "slick-carousel/slick/slick.css"; import...

You also need to install slick-carousel like it is described on the README, I think. Maybe this solves it.