-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Avoid spreading long arrays (#1573)
For large arrays, `results.push(...array)` may lead to "Maximum call stack size exceeded" errors. In the example fixed here, I/O concatenates some 1M+ accessors from 1800+ animations.
- Loading branch information
1 parent
3d61426
commit 0d6025e
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters