Hi everyone. I have updated to 3.5.3 ionic-angular and I am getting a massive stream of linting errors on ionic serve.
‘OnInit’ is declared but never used.
‘AfterViewChecked’ is declared but never used.
Every page and component that uses these is showing errors. App seems to be working fine but I wonder if I should be concerned. I am definitely using the imports using implements OnInit and then declaring ngOnInit functions.
Ionic Info:
global packages:
@ionic/cli-utils : 1.5.0
Cordova CLI : 7.0.1
Ionic CLI : 3.5.0
local packages:
@ionic/app-scripts : 2.0.2
@ionic/cli-plugin-cordova : 1.4.1
@ionic/cli-plugin-ionic-angular : 1.3.2
Cordova Platforms : android 6.2.3 ios 4.4.0
Ionic Framework : ionic-angular 3.5.3
System:
Node : v6.11.0
OS : macOS Sierra
Xcode : Xcode 8.3.3 Build version 8E3004b
ios-deploy : 1.9.1
ios-sim : not installed
npm : 3.10.10
Anyone else having this issue?