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