Rikin Shah

Results 12 comments of Rikin Shah

I have the same problem. Anyone got any solution for this issue?

@eggybot @jaklew @Gabsys I am having same issue. This is my build.gradle file: ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript {...

Really appreciate if anyone could help on this one ?

@pntech20 Thank you that worked for me. Could you please also help me show data labels for linechart as well ? Thanks

where do I add this?

@romreed after setting viewoffset to 0 it still has some problem going to perfect location. Sometimes contact shows in the middle, sometimes a little out of the view at top...

Use it like this for nextjs - use dynamic to import the main Carousel component but import slidesToShowPlugin the normal way. ``` import { slidesToShowPlugin } from '@brainhubeu/react-carousel'; const Carousel...

@fmsthird were you able to solve this issue ?

I am having the same issue when using `slidesToShowPlugin`. `TypeError: t.resolve is not a function` below is my code - ``` const Carousel = dynamic(import('@brainhubeu/react-carousel'), { ssr: false, }); const...