Open blackinitial opened 4 years ago
i use nuxt on web profile, in development is work, slick slider is showing, but in production SSR not showing. i was debugging on console, and i get a bug on css slick slider.
in development i get:
.slick-initialized .slick-slide[data-v-4dc0f449] { display: block; } .slick-slide[data-v-4dc0f449] { display: none; float: left; height: 100%; min-height: 1px;
but in production SSR nothing .slick-initialized :
.slick-initialized
.slick-slide[data-v-4dc0f449] { display: none; float: left; height: 100%; min-height: 1px; }
why is happened ?
The nuxt config whitelistPattern solution suggested in issue #103 worked for me
i use nuxt on web profile, in development is work, slick slider is showing, but in production SSR not showing. i was debugging on console, and i get a bug on css slick slider.
in development i get:
but in production SSR nothing
.slick-initialized
:why is happened ?