Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 286 Bytes

deprecate-import--on-from-ember.md

File metadata and controls

19 lines (15 loc) · 286 Bytes
title until since parent
Ember._on
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _on could be accessed via the Ember import:

import Ember from 'ember';

Ember._on

If needed, _on can be imported:

import { on } from '@ember/modifier';