Closed c-ctkd closed 2 months ago
Is there an update on v18 support? I can't find what version Apex currently supports
Please, add support for react 18
2024 still apexcharts not compatible with react18 , we're migrating to something else.
I am unable to reproduce the original issue. Can anyone provide a working CodeSandbox example?
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.
i was changing my project to use react v18, i alsu use react-apexcharts and it works the intended way almos all the time, except if you want to change state on the events handler. On previous react versions changing the state inside a
setTimeout
will solve this issue, but on v18 the error shows regardless of using transitions (concurrent react) or useTimeout, this is likely due to the changes to make react concurrent, are there any plans on supporting react 18 or a workaround this error?here are the options that i use: