Skip to content

Deprecation Warning: The util.isArray API is deprecated. Please use Array.isArray() instead. #56

Description

@Hari-Shankar-Karthik

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions