Skip to content

lodash.isequal deprication #692

Description

@sphinxc0re

Is your feature request related to a problem? Please describe.

When installing react-native-picker-select via npm, I get the following warning:

npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.

Describe the solution you'd like

Since the node util isn't an option, I recommend using the isEqual function provided by es-toolkit. It is much more modern, smaller and faster. Also, it is not deprecated.

Describe alternatives you've considered

I did not consider any alternatives. There is no real cross-platform alternative.

Additional details

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions