We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the first render of the chart we are facing this issue. There are no empty data points/ empty arrays/ null values from our side.
TypeError: Cannot read properties of null (reading 'length') ❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:208224 ❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:207967 ❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:215371 ❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:218174 ❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:38:30679 ❯ t.create node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:5550 ❯ node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:38:29483 ❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:38:14507 ❯ node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-apexcharts/dist/react-apexcharts.min.js:1:3998
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the first render of the chart we are facing this issue. There are no empty data points/ empty arrays/ null values from our side.
TypeError: Cannot read properties of null (reading 'length')
❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:208224
❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:207967
❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:215371
❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:218174
❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:38:30679
❯ t.create node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:6:5550
❯ node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:38:29483
❯ t.value node_modules/.pnpm/[email protected]/node_modules/apexcharts/dist/apexcharts.common.js:38:14507
❯ node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-apexcharts/dist/react-apexcharts.min.js:1:3998
The text was updated successfully, but these errors were encountered: