Skip to content

union method works differently on 1.7.0 #1804

Closed
@adriano-di-giovanni

Description

@adriano-di-giovanni

The following instruction

_.union([ 'a', 'b' ], 'c');

outputs

[ 'a', 'b' ]

instead of

[ 'a', 'b', 'c' ]

if v1.7.0 is used.

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