Shakil Ahmed
Results
1
comments of
Shakil Ahmed
Next dynamic works for me though. I'm using Next v13.2.4 and react-apexcharts v1.4.1 i'm using appDir ``` ts import dynamic from 'next/dynamic'; const Chart = dynamic(() => import('react-apexcharts'), { ssr:...