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

Simplify getPost #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Simplify getPost #298

wants to merge 1 commit into from

Conversation

goldylucks
Copy link

any reason not to use find?

any reason not to use find?
@sidhantpanda
Copy link

sidhantpanda commented May 10, 2017

IE and Chrome on Android don't support Array.protoype.find() -
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/find#Browser_compatibility

@goldylucks
Copy link
Author

u don't have pollyfills for that?

I think babel pollyfil ccovers it.

@mannyhenri mannyhenri self-requested a review June 1, 2018 21:42
@mannyhenri mannyhenri added this to To do in MERN Roadmap via automation Jun 1, 2018
@mannyhenri mannyhenri added the V2.7.0 Database validation (mongoose/mongo dependencies update) label Jun 1, 2018
@mannyhenri mannyhenri added this to the 2.7.0 milestone Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion V2.7.0 Database validation (mongoose/mongo dependencies update)
Projects
MERN Roadmap
  
To do
Development

Successfully merging this pull request may close these issues.

None yet

3 participants