So we have a primereact components based app, and the problem occurs when triggering the show of an overlay component (usually a Dialog, but I've noticed it could also happen with Sidebar),
in a specific page that concerns with showing a table and the basic crud associated with it, we show the form to create/update inside a Dialog, when clicking the appropriate button the dialog shows..
only sometimes the dialog crashes and this error shows:
this have been happening for a very long time, and there were many attempts, not even to fix it, but just to get the bug re-produced consistently. couldnt do it...
of course tried finding a setState that could get stuck in a loop
any help would be appreciated :)