Joel Ortíz

Results 4 comments of Joel Ortíz

Hi i tried your solution but is not working @@BossBele.... looks like deleting this line the problem is solved https://github.com/BossBele/react-gauge-chart/blob/master/dist/GaugeChart/index.js#L14

Do you know when will be merged your changes? (to the main repo) @BossBele

@BossBele i believe that `@zeit/next-css` will be deprecated

I did something like this and works, the only details is you need to use **renderInput** prop... ``` import { useState } from "react"; import InputDate from "../inputDate/inputDate"; import DatePicker...