Upgrading 1.6 -> 1.6.1 "Meteor code must always run within a Fiber"

Hi

I am using Meteor.setTimeout(…) and it worked fine before 1.6.1, now it complains about it

Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment

Strange thing is that if I change my .babelrc presets from “node8” to “env” it stops complaining. But it worked fine on 1.6 :confused:

Is there a reason that you are defining a preset in .babelrc?

While using a custom .babelrc works, it’s considered an unsupported configuration because Meteor injects it’s own presets that usually cover everything needed