« All deprecation guides
Deprecation Guide for Ember.isPresent
until: 7.0.0
id: deprecate-import-is-present-from-ember
Previously, isPresent could be accessed via the Ember import:
import Ember from 'ember';
Ember.isPresent
If needed, isPresent can be imported:
import { isPresent } from '@ember/utils';