-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Description
With the new Node.js 22 release, we have runtime deprecated util.isArray and in node 23 we plan to completely remove it.
Line 64 in 53adbd8
| if (util.isArray(value)) { |
This line of code will cause failure in consumers of this package like
fastify.nodejs/node#52744 (comment)
I'll create a PR to help migrating
util.isArray to Array.isArraydoberkofler, BDav24, fluxsiarski, NazarKalytiuk, Ph0enixKM and 7 more
Metadata
Metadata
Assignees
Labels
No labels