Luna

Results 3 comments of Luna

I have same issue, but import path is little bit different. `Type 'React.ReactNode' is not assignable to type 'import("~/node_modules/@types/react-dom/node_modules/@types/react/index").ReactNode'.` full log is below ``` 'ApexChart' cannot be used as a...

I've just solved this problem with `// @ts-ignore` on the component `` like this below. ```typescript // @ts-ignore

Thanks. There were some poor translations so I updated in Crowdin.