@kellyselden wrote:
Is it expected that you can’t call
this.render
insidebeforeModel
? I getError while processing route: checkout.people-search Cannot read property 'push' of undefined TypeError: Cannot read property 'push' of undefined at Class.render (http://localhost:4200/assets/vendor.js:47429:24) at Class.beforeModel (http://localhost:4200/engines-dist/checkout/assets/engine.js:1790:14)
this.connections
is undefined, and isn’t initialized until theactivate
hook.
Posts: 1
Participants: 1