You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@junedchhipa Hey, I see that you closed this issue, but there wasn't a new release and react-apexcharts is still incompatible the latest version of apexcharts. What's going on?
With "react-apexcharts": "1.5.0" and "apexcharts": "4.0.0", when opening the page for my project, I get:
Failed to compile
C:/.../node_modules/.pnpm/apexcharts@4.0.0/node_modules/apexcharts/dist/apexcharts.common.js 6:41359
Module parse failed: Unexpected token (6:41359)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| * Released under the MIT License.
| */
...
I don't get that error with "apexcharts": "3.54.1"
The core
apexcharts
library had a new release and a new major version - 4.0.0.Currently, the
react-apexcharts
library requires version 3.41.0.Are you planning on supporting the newest version anytime soon?
The text was updated successfully, but these errors were encountered: