New react developer here, i'm getting an error message which does not point to my code but it points to 'redux-toolkit.esm.js:301' `redux-toolkit.esm.js:301
Uncaught RangeError: Maximum call stack size exceeded
at trackProperties (redux-toolkit.esm.js:301)
at trackProperties (redux-toolkit.esm.js:312)`
`redux-toolkit.esm.js:301
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at trackProperties (redux-toolkit.esm.js:301)
at trackProperties (redux-toolkit.esm.js:312)`
when i click that redux toolkit it shows this function trackProperties(isImmutable, ignorePaths, obj, path) { }
so how should i fix this if it does not point to my code ?