Skip to content

pickBy expands keys with '.' in them #2821

@ghost

Description

Using lodash 4.13.1:

_.pickBy({'asdf.fds.wer': 'abc'}, x => true)
// output: { asdf: { fds: { wer: 'abc' } } }
// expected output: {'asdf.fds.wer': 'abc'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions