apexcharts / react-apexcharts

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

No default export found in imported module "react-apexcharts" #541

Closed vaynevayne closed 3 months ago

vaynevayne commented 1 year ago
image
raphaelandradezup commented 1 year ago

I have found a solution that's ok to keep the lib updated. Adding to eslint configuration file the following code will ensure that the default import will not break.

"settings": {
    //...others settings
    "import/ignore": [
      "react-apexcharts"
    ],
 }
vaynevayne commented 1 year ago

What is the principle behind this?

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

yairEO commented 2 months ago

why is this closed? this is a real issue which isn't resolved at all.