Jakub Šoltés
Jakub Šoltés
I have managed to make it work with animation active. As mentioned before, the key is using the `key` prop. ``` const [dataVersion, setDataVersion] = useState(0) useEffect(() => { setDataVersion((value)...
+1 same issue here
@xile611 This issue is open for a quite long time now without any response from maintainers. Kind of a red flag. @gsipos You can still create reusable pieces by creating...
@xile611 Please, reopen this. This is a serious issue that collides with basic React approach to composition.
Hi, try the solution here if you want animation active: https://github.com/recharts/recharts/issues/1426#issuecomment-1104786135