« All deprecation guides
Deprecation Guide for Ember.isPresent
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';