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
Uncaught (in promise) TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
at Function.value (react-apexcharts.js?v=38bd8fb7:253:18)
at t2.value (react-apexcharts.js?v=38bd8fb7:5796:24)
at t2.value (react-apexcharts.js?v=38bd8fb7:5717:966)
at t2.value (react-apexcharts.js?v=38bd8fb7:7719:23)
at t2.create (react-apexcharts.js?v=38bd8fb7:177:21)
at react-apexcharts.js?v=38bd8fb7:7794:23
at new Promise ()
at t2.value (react-apexcharts.js?v=38bd8fb7:7792:16)
at react-apexcharts.js?v=38bd8fb7:7873:81
The text was updated successfully, but these errors were encountered:
mohammad-aljamil
changed the title
[Bug] TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
[TypeError] TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
May 19, 2024
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.
When changing the screen width in a responsive web application, the error mentioned above occurs.
And I am loading the chart as shown above.
const Chart = dynamic(() => import('react-apexcharts'), {
ssr: false,
loading: () => ,
});
(NextJS13, Chrome, Mac, apexcharts: 3.42.0)
Uncaught (in promise) TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
at Function.value (react-apexcharts.js?v=38bd8fb7:253:18)
at t2.value (react-apexcharts.js?v=38bd8fb7:5796:24)
at t2.value (react-apexcharts.js?v=38bd8fb7:5717:966)
at t2.value (react-apexcharts.js?v=38bd8fb7:7719:23)
at t2.create (react-apexcharts.js?v=38bd8fb7:177:21)
at react-apexcharts.js?v=38bd8fb7:7794:23
at new Promise ()
at t2.value (react-apexcharts.js?v=38bd8fb7:7792:16)
at react-apexcharts.js?v=38bd8fb7:7873:81
The text was updated successfully, but these errors were encountered: