- Version: 10.15.3
- Platform: Linux AMI
- Subsystem:
When attempting to push a list of size 100k + into another list, Node.js throws RangeError: Maximum call stack size exceeded.
Sample code is
let reallyBigList = ..... (100k + elements)
this.instanceList.push(...reallyBigList);
I don't know if this is meant to be