Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid Maximum call stack size exceeded
Using spread syntax `...SomeIterable` with a long list inside a function call can result in a "Maximum call stack size exceeded" error. But this is not a problem inside array literals.
- Loading branch information