To the devs of connect-flash,
In my nodejs project, I used connect-flash to display messages like 'Comment created successfully', etc. when I got the following warning:
(node:4588) [DEP0044] DeprecationWarning: The util.isArray API is deprecated. Please use Array.isArray() instead.
The stacktrace tells me it originated from connect-flash\lib\flash.js:67:16 when I used node --trace-deprecation
Kindly change it as soon as possible.
Thank you!
To the devs of connect-flash,
In my nodejs project, I used connect-flash to display messages like 'Comment created successfully', etc. when I got the following warning:
(node:4588) [DEP0044] DeprecationWarning: The
util.isArrayAPI is deprecated. Please useArray.isArray()instead.The stacktrace tells me it originated from connect-flash\lib\flash.js:67:16 when I used node --trace-deprecation
Kindly change it as soon as possible.
Thank you!