using sort in safari
问题 I am having an issue sorting through posts by date in safari. All works as expected in Chrome. First I fetch all the posts from my API. I then fetch some posts from the facebook api. These get combined together in an array. If I post a new post, it publishes it to facebook and sends back the post to display on my website. In chrome it automatically sorts this by date and is added in the right spot. In safari, all the new facebook posts get added to the end of the array - unsorted by date.