Refine _ Compiled with problems:
Hi,
While compiling a refine code, I have the next error:
TS2786: 'ReactApexChart' cannot be used as a JSX component.
Its instance type 'ReactApexChart' is not a valid JSX element.
Type 'ReactApexChart' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.
13 | </Stack>
14 |
16 | </Box>
17 | )
18 | }
Could someone help where should I check ?
While compiling a refine code, I have the next error:
TS2786: 'ReactApexChart' cannot be used as a JSX component.
Its instance type 'ReactApexChart' is not a valid JSX element.
Type 'ReactApexChart' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.
13 | </Stack>
14 |
15 | <ReactApexChart />| ^^^^^^^^^^^^^^
16 | </Box>
17 | )
18 | }
Could someone help where should I check ?
