Callback graph error: maximum stack size exceeded

In my dash app I make use of a lot of callbacks (possibly 100 or more, I cannot tell) and I use the callback graph to keep track of the callbacks. I want to see a more detailed overview of the processing time (especially the difference between computation vs network time), but as soon as I click on a box, the error message ’ Maximum call stack size exceeded. The error originates from the built-in JavaScript Code that runs Dash apps’ is displayed.

The strange thing is, is that there exist callback graph boxes that do not trigger this error (although the majority of the boxes does trigger this error). What could possibly be the reason behind this error message?