apexcharts / react-apexcharts

📊 React Component for ApexCharts
https://apexcharts.com
MIT License
1.29k stars 150 forks source link

apexchart appears but in the console there is an error (Production Nextjs) #567

Closed dan-dia closed 7 months ago

dan-dia commented 8 months ago

Screenshot 2023-12-20 163712

I am using

in my local machine the chart works fine but in production mode it have error in console.

dan-dia commented 7 months ago

Solve

disable swcMinify from next.config.js swcMinify: false