Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have found some situations where the Tree Grid crashes with an error like this

I have replicated the error in some stackblitz containers. I have included examples that show it crashing and not crashing
+------------------+--------------+----------+---------+-------------------------------------------------------+
| TreeGrid Version | Build System | dev/prod | Crashes | Example Stackblitz |
+------------------+--------------+----------+---------+-------------------------------------------------------+
| @v19.4.56 | CRA@v5 | dev | Yes | https://stackblitz.com/edit/syncfusiontreegrid-9618 |
+------------------+--------------+----------+---------+-------------------------------------------------------+
| @v19.3.57 | CRA@v5 | dev | No | https://stackblitz.com/edit/syncfusiontreegrid-d781 |
+------------------+--------------+----------+---------+-------------------------------------------------------+
| @v19.4.56 | CRA@v4 | prod | Yes | https://stackblitz.com/edit/syncfusiontreegrid-192c8 |
+------------------+--------------+----------+---------+-------------------------------------------------------+
| @v19.4.56 | CRA@v4 | dev | No | https://stackblitz.com/edit/syncfusiontreegrid-8341 |
+------------------+--------------+----------+---------+-------------------------------------------------------+
| @v19.3.57 | CRA@v4 | prod | No | https://stackblitz.com/edit/syncfusiontreegrid-67aa |
+------------------+--------------+----------+---------+-------------------------------------------------------+
| @v19.4.56 | vite | dev | No | https://stackblitz.com/edit/syncfusiontreegrid-4c43 |
+------------------+--------------+----------+---------+-------------------------------------------------------+