Ade Bello
Ade Bello
I am also having the same issue even with my date being a moment object. please advise
same here. The panel does not slide down on android
> `withHorizontalLabels={false}` that does not work. it only hides the y-axis labels
Adding this file resolved the issue for me. ``` // types/react-countup.d.ts import 'react-countup'; import { CountUpProps as OriginalCountUpProps } from 'react-countup'; declare module 'react-countup' { export interface CountUpProps extends OriginalCountUpProps...