Meteor query limit doesn't work in IE11

Good day, everyone. I have a problem with using limit in meteor query in IE11.
Example: Connects.find({task: taskID,},{sort: { time: 1, _id: 1 }, limit: 50});

IE throw error to console: Exception in template helper: Match error: Failed Match.OneOf, Match.Maybe or Match.Optional validation.

Note: I use meteor check package where limit validates : check(limit, Number);

If I comment/remove limit code works, does anyone have any ideas what happens?

Welcome, ktertunov! Could you open an issue with a reproduction on the meteor repository?

Yep, sure, I’ll open, thanks for advising