Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of actual Ember version #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alex-kovalchuk
Copy link

My application based on Ember v3.11.
Without these changes, I get the following error:

There was an error running your app in fastboot. More info about the error:
Error: Assertion Failed: You attempted to remove a function listener which did not exist on the instance, which means you may have attempted to remove it before it was added.
at assert (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/debug/index.js:163:1)
at Meta.pushListener (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/meta/lib/meta.js:542:1)
at Meta.removeFromListeners (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/meta/lib/meta.js:520:1)
at removeListener (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/metal.js:412:1)
at Class.off (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/runtime/lib/mixins/evented.js:123:1)
at Class. (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/project/components/loading-slider.js:49:1)
at invokeWithOnError (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:344:1)
at Queue.flush (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:226:1)
at DeferredActionQueues.flush (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:423:1)
at Backburner._end (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:957:1)
at Backburner._boundAutorunEnd (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:626:1)
at process._tickCallback (internal/process/next_tick.js:68:7)

My application based on Ember v3.11.
Without these changes, I get the following error:

There was an error running your app in fastboot. More info about the error:
 Error: Assertion Failed: You attempted to remove a function listener which did not exist on the instance, which means you may have attempted to remove it before it was added.
    at assert (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/debug/index.js:163:1)
    at Meta.pushListener (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/meta/lib/meta.js:542:1)
    at Meta.removeFromListeners (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/meta/lib/meta.js:520:1)
    at removeListener (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/metal.js:412:1)
    at Class.off (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/@ember/-internals/runtime/lib/mixins/evented.js:123:1)
    at Class.<anonymous> (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/rapplay/components/loading-slider.js:49:1)
    at invokeWithOnError (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:344:1)
    at Queue.flush (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:226:1)
    at DeferredActionQueues.flush (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:423:1)
    at Backburner._end (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:957:1)
    at Backburner._boundAutorunEnd (/tmp/broccoli-30173tfmbJK6jIsw9/out-501-append_ember_auto_import_analyzer/assets/backburner.js:626:1)
    at process._tickCallback (internal/process/next_tick.js:68:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant