msavin / Mongol-meteor-explore-minimongo-devtools

In-App MongoDB Editor for Meteor (Meteor DevTools)
http://play.with.meteor.toys
824 stars 40 forks source link

Getting 'Object.observe' is deprecated in Google Chrome #135

Closed phocks closed 8 years ago

phocks commented 8 years ago

'Object.observe' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/6147094632988672 for more details.

And it's April now, so I'm thinking this may break Mongol soon perhaps.

msavin commented 8 years ago

Thanks for heads up - it should not break Mongol because the Mongol is unbreakable ^_^ ... and because it falls back to polling if Object.observe returns falsey

msavin commented 8 years ago

Mongol 2.0 has solved this issue. To get the latest Mongol, run meteor update or re-install the package.