Description
Bar chart with datetime X-axis results in Cannot read properties of undefined (reading '0') console error.
This worked in 3.36.0 and is broken in 3.36.1 and higher versions.
Steps to Reproduce
- Open https://codesandbox.io/s/react-basic-example-forked-2p3t0c?file=/src/App.js, observe the bar chart as expected.
- Change
apexcharts dependency version to 3.36.1 or newer (3.36.3 is latest ATM), observe console error.
Expected Behavior

Actual Behavior

Reproduction Link
https://codesandbox.io/s/react-basic-example-forked-2p3t0c?file=/src/App.js