- Notifications
You must be signed in to change notification settings - Fork26.7k
Commite95cd2a
fix(animations): replace copy of query selector node-list from "spread" to "for" (#39646)
For element queries that return sufficiently large NodeListobjects, using spread syntax to populate the results arraycauses a RangeError due to the call stack limit being reached.This commit updates the code to use regular "for" loop instead.Fixes#38551.PRClose#396461 parent6dc74fd commite95cd2a
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
187 | 197 | | |
188 | 198 | | |
189 | 199 | | |
| |||
0 commit comments
Comments
(0)