« All deprecation guides
Deprecation Guide for Ember.hasListeners
until: 7.0.0
id: deprecate-import-has-listeners-from-ember
Previously, hasListeners
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.hasListeners
There is no replacement for this API.