Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pluck): remove deprecated pluck operator #7181

Closed

Conversation

jakovljevic-mladen
Copy link
Member

Description:
This PR removes deprecated pluck operator.

BREAKING CHANGE:
The pluck operator is no longer available. Use map and optional chaining: map(x => x?.foo?.bar)

Related issue (if exists):
#6367

BREAKING CHANGE: The `pluck` operator is no longer available. Use `map` and optional chaining: `map(x => x?.foo?.bar)`
@demensky
Copy link
Contributor

demensky commented Feb 9, 2023

I made the equivalent changes to this commit in this PR.

Maybe it's better if you leave comments in my PR so that I can make improvements. What do you think about this?

@jakovljevic-mladen
Copy link
Member Author

Another PR that fixes this issue already exists (I couldn't find it since it didn't have term pluck in the title/description which I used before creating this PR). Closing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants