ember-can: Cannot helper issue

Hi, I noticed some unexpected errors according to cannot helper with looking for a wrong __container__. I fix it by defining my own helper:

Before

screen shot 2017-09-19 at 17 00 44

My Solution

// helpers/cannot.js

import CanHelper from 'ember-can/helpers/can';

export default CanHelper.extend({
  compute() {
    return !this._super(...arguments);
  }
});

What do you think about it?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

@rlivsey I’m at EmberConf too!!!

I’m alive, sorry for the neglect, it’s been an … interesting … year. Feeling less burned out now and going to get back on top of things ASAP.

At Ember conf right now, if anyone else is here feel free to grab me. Happy to add more people with commit bits here & on npm the get things back on track.