iron-meteor/iron-layout

`Deps is not defined` in Meteor 1.2

mizzao opened this issue · 1 comments

After upgrading to Meteor 1.2, the following error shows:

Exception in callback of async function: ReferenceError: Deps is not defined
    at Layout.beginRendering (http://192.168.56.101:4500/packages/iron_layout.js?e780915e25c3eabb4e4cf232e4a5135d85f05020:290:3)
    at Controller.beginRendering (http://192.168.56.101:4500/packages/iron_controller.js?9d2e717544918c706f196546cf95012eaae0fb76:292:23)
    at RouteController._runRoute (http://192.168.56.101:4500/packages/iron_router.js?dd5fa02859b6335661b94134bd9903be8eecf44d:472:8)
    at Function.Route.dispatch (http://192.168.56.101:4500/packages/iron_router.js?dd5fa02859b6335661b94134bd9903be8eecf44d:856:18)
    at route (http://192.168.56.101:4500/packages/iron_router.js?dd5fa02859b6335661b94134bd9903be8eecf44d:713:11)
    at boundNext (http://192.168.56.101:4500/packages/iron_middleware-stack.js?ff70621b6c5f6a406edc60600c4b76126dae21d6:425:31)
    at Meteor.bindEnvironment (http://192.168.56.101:4500/packages/meteor.js?637cc835a2ee4a2302a010c9a4c97b906db5f41c:1007:22)
    at boundNext (http://192.168.56.101:4500/packages/iron_middleware-stack.js?ff70621b6c5f6a406edc60600c4b76126dae21d6:372:14)
    at Meteor.bindEnvironment (http://192.168.56.101:4500/packages/meteor.js?637cc835a2ee4a2302a010c9a4c97b906db5f41c:1007:22)
    at boundNext (http://192.168.56.101:4500/packages/iron_middleware-stack.js?ff70621b6c5f6a406edc60600c4b76126dae21d6:372:14)

at this line:

Deps.afterFlush(this._finishRenderingTransaction);         

It doesn't appear that reverse compatibility should have been broken in Meteor 1.2, so I'm not sure what is causing this.