this's very awesome component but when trying to render slick on server side it break with some issue. like "window is not defined", "$.fn.slick = function() { rn Cannot set property 'slick' of undefined"
Hope you support this feature.
That's because window is not available server side and therefore neither is jQuery. I can't answer on behalf of the contributors for sure, but I'd say it's unlikely as it would involve moving away from jQuery entirely...
We do plan on dropping the jQuery dependency in the next version :)
Most helpful comment
We do plan on dropping the jQuery dependency in the next version :)