szymonrw / ancient-oak

Immutable data trees in JavaScript.
MIT License
223 stars 11 forks source link

"Maximum call stack size exceeded" error #14

Closed mfirry closed 8 years ago

mfirry commented 10 years ago

I constantly get node_modules/ancient-oak/lib/balanced_storage/storage.js:48 var set = modifier({ ^ RangeError: Maximum call stack size exceeded

when trying to use ancient-oak on something like this: http://hastebin.com/uxeneconom.dos

szymonrw commented 8 years ago

Hi @mfirry. For a long time I had my GH notifications disabled and I missed this one. Apologies.

The link to the hastebin doesn't work. Any chance you still have the code hanging around? I'd be happy to help if you still have the example data that caused this error.

mfirry commented 8 years ago

Oh man... that's a long time ago! I'll try find out what the heck I was trying to do and let you know. Thanks anyway.

mfirry commented 8 years ago

Closing this ok @brainshave?