react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

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

Open vaynevayne opened this issue 2 years ago • 2 comments

image

vaynevayne avatar Aug 31 '23 07:08 vaynevayne

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"
    ],
 }

raphaelandradezup avatar Sep 12 '23 14:09 raphaelandradezup

What is the principle behind this?

vaynevayne avatar Sep 13 '23 02:09 vaynevayne

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.

github-actions[bot] avatar Aug 03 '24 14:08 github-actions[bot]