next.js
58a4c7b1 - Perf: Skip turning Set into Array (#91383)

Commit
124 days ago
Perf: Skip turning Set into Array (#91383) ## What? Converting from Set->Array is not needed as it's only used to iterate over the list. Avoids the overhead of converting this.
Author
Parents
Loading