« All deprecation guides
Deprecation Guide for Ember.NoneLocation
Previously, NoneLocation could be accessed via the Ember import:
import Ember from 'ember';
Ember.NoneLocation
If needed, NoneLocation can be imported:
import NoneLocation from '@ember/routing/none-location';