You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ember-code-snippet with the library ember-cli-addon-docs and I can't use the component code-snippet. It fails in this line of code-snippet component with the Error TypeError: this.callback.apply is not a function. The Error is thrown from loader.js. I'm using the latest versions of Ember (3.10), ember-cli-addon-docs (0.6.12), ember-code-snippet (2.4.0) and loader.js (4.7.0). Does anybody has any clue about what's happening? Is somebody having the same problem?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using
ember-code-snippet
with the libraryember-cli-addon-docs
and I can't use the componentcode-snippet
. It fails in this line of code-snippet component with the ErrorTypeError: this.callback.apply is not a function
. The Error is thrown from loader.js. I'm using the latest versions of Ember (3.10), ember-cli-addon-docs (0.6.12), ember-code-snippet (2.4.0) and loader.js (4.7.0). Does anybody has any clue about what's happening? Is somebody having the same problem?Thanks!
The text was updated successfully, but these errors were encountered: