Maximum call stack size exceeded - coming from dash_table?

I randomly get the the “Maximum call stack size exceeded” error and I am unable to reproduce it or identify any sort of pattern that causes this.

(This error originated from the built-in JavaScript code that runs Dash apps. Click to see the full stack trace or open your browser's console.)
RangeError: Maximum call stack size exceeded

    at [Symbol.replace] (<anonymous>)

    at String.replace (<anonymous>)

    at lx.trim (http://X/_dash-component-suites/dash/deps/polyfill@7.v2_6_1m1659465116.12.1.min.js:1:34198)

    at parseInt (http://X/_dash-component-suites/dash/deps/polyfill@7.v2_6_1m1659465116.12.1.min.js:1:28885)

    at u.handleResize (http://X/_dash-component-suites/dash/dash_table/async-table.js:2:312632)

    at u.handleResize (http://X/_dash-component-suites/dash/dash_table/async-table.js:2:312697)

    at u.handleResize (http://X/_dash-component-suites/dash/dash_table/async-table.js:2:312697)

    at u.handleResize (http://X/_dash-component-suites/dash/dash_table/async-table.js:2:312697)

    at u.handleResize (http://X/_dash-component-suites/dash/dash_table/async-table.js:2:312697)

    at u.handleResize (http://X/_dash-component-suites/dash/dash_table/async-table.js:2:312697)

This is an incredibly large application so hard for me to share code here. I am using the following dash/dash related packages:
dash==2.6.1
dash-core-components==2.0.0
dash-extensions==0.1.5
dash-html-components==2.0.0
dash-iconify==0.1.2
dash-mantine-components==0.10.2
dash-table==5.0.0

Any insight would be greatly appreciated!