devtools icon indicating copy to clipboard operation
devtools copied to clipboard

maxcallstacksize

Open sarkiroka opened this issue 2 years ago • 4 comments

Version

6.1.3

Browser and OS info

chrome 99 / ubuntu 20.04

Steps to reproduce

page load, or any click

What is expected?

no error

What is actually happening?

VM11550:1 RangeError: Maximum call stack size exceeded at cloneObjectDeep (backend.js:8902:25) at cloneDeep (backend.js:8893:14) at cloneObjectDeep (backend.js:8909:18) at cloneDeep (backend.js:8893:14) at cloneArrayDeep (backend.js:8919:14) at cloneDeep (backend.js:8895:14) at cloneObjectDeep (backend.js:8909:18) at cloneDeep (backend.js:8893:14) at cloneObjectDeep (backend.js:8909:18) at cloneDeep (backend.js:8893:14)

sarkiroka avatar Mar 22 '22 08:03 sarkiroka

Please release an update from the previous version where there is an option to disable automatic updates. It drives me crazy that I put the previous version up but it automatically updates. The new one is not completely unusable, and it's very nice and everything, but it has a lot of bugs. Disturbingly so. I'd like to use the older, more stable version. What can I do to do this?

sarkiroka avatar Apr 01 '22 12:04 sarkiroka

Read the docs?

Akryum avatar Apr 01 '22 14:04 Akryum

I had the same problem at "cloneDeep", because of the devtools copying a doubly linked list

feijuncheng avatar Aug 25 '22 08:08 feijuncheng

This is occurring because 'clone-deep' can't handle circular references. Is there a reason why the lodash cloneDeep wouldn't work here?

packages/app-backend-vue2/src/plugin.ts#L167

okj579 avatar Sep 22 '22 13:09 okj579