On ember 3.12, on acceptance test we encountered the error below :
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.
The error is throwed by the resize-aware mixin inside the willDestroyElement method when trying to remove the didResize and/or debouncedDidResize listener.
On ember 3.12, on acceptance test we encountered the error below :
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.The error is throwed by the
resize-awaremixin inside thewillDestroyElementmethod when trying to remove thedidResizeand/ordebouncedDidResizelistener.