Thiago Rodrigues Padovani

Results 2 comments of Thiago Rodrigues Padovani

As a workaround in case you're rendering multiple inputs in a map(), you can clean up the inputs by doing this: ```javascript import {useRef, useState} from 'react' const itemsRef =...

You have two ways to solve this: 1 - Import apex typing `import { ApexOptions } from 'apexcharts';` and then use it `const options: ApexOptions = {};` 2 - Tell...