mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(): overlay deprecated warning w/ changelog link
This commit is contained in:
@ -11,6 +11,7 @@ export class OverlayNav {
|
|||||||
constructor() {
|
constructor() {
|
||||||
// deprecated warning
|
// deprecated warning
|
||||||
console.warn('<ion-overlay> is no longer needed and can be safely removed.');
|
console.warn('<ion-overlay> is no longer needed and can be safely removed.');
|
||||||
|
console.warn('https://github.com/driftyco/ionic2/blob/master/CHANGELOG.md#overlay-refactor');
|
||||||
console.warn('See the v2 docs for an update on how overlays work.');
|
console.warn('See the v2 docs for an update on how overlays work.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user