« All deprecation guides

Deprecation Guide for Ember.wrap

until: 6.0.0
id: deprecate-import-wrap-from-ember

Previously, wrap could be accessed via the Ember import:

import Ember from 'ember';

Ember.wrap

wrap is also private.

There is no replacement for this API.