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