acc-cassio

Results 6 comments of acc-cassio

I'm having the same issue, see recording: https://github.com/user-attachments/assets/58603b1b-b178-47fc-ad39-ebb5907f292a There seems to be a miscalculation of the chart portion which the plugin thinks needs to be painted. Limiting the minimum range...

UPDATE: I managed to solve my particular issue by installing the latest version of chart.js (v4.4.7). Sorry for any inconvenience.

@mstuij I find it hard to understand whether the problem origins from the implementation or from a primereact's bug because the reproducer is not trivial. Could you try to simplify...

@melloware Yeah, in the screenshot you can see version 10.9.4 of primereact, even if in the post it is stated 10.1.1. In any case, it precedes the updates of 10.9.5...

Thank you for the detailed description, it makes the debugging easier and faster. Replacing the following line `setCounter(counter + 1);` By `setCounter(prev => prev + 1);` Should fix the problem....

Your new use case can be solved by embedding the counter into the row data as in: https://stackblitz.com/edit/vitejs-vite-g7ie3cac?file=src%2FApp.tsx It should be solvable as well by setting the new parameter "cellMemo"...