« All deprecation guides
Deprecation Guide for Ember.guidFor
Previously, guidFor could be accessed via the Ember import:
import Ember from 'ember';
Ember.guidFor
If needed, guidFor can be imported:
import { guidFor } from '@ember/object/internals';