Issue with react-apexcharts
after migrating from RR6 to RR7
#4913
guelosuperstart
started this conversation in
General
Replies: 1 comment
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using
react-apexcharts
with React and Remix, and I've encountered an issue while migrating from React Router v6 (RR6) to v7 (RR7). The following error occurs when rendering the<Chart>
component:This error appears in the
<Charts>
component, and React attempts to recover the tree using the provided error boundary (RenderErrorBoundary
).Here’s a simplified version of my code:
This setup worked without issues in RR6, but fails in RR7. I suspect the problem might be related to the unmounting or lifecycle changes introduced in RR7.
Could you please advise if there are any known compatibility issues or recommended workarounds for using
react-apexcharts
in RR7?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions