You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the typescript file for the plugin "Diagnostic" is not complete.
The function switchToSettings' does not exist and we get this error:
-error in typescript saying: Property 'switchToSettings' does not exist on type 'typeof Diagnostic'
It seems the typescript file for the plugin "Diagnostic" is not complete.
The function switchToSettings' does not exist and we get this error:
-error in typescript saying: Property 'switchToSettings' does not exist on
type 'typeof Diagnostic'
Activity
ramonornela commentedon Sep 5, 2016
I believe it was resolved in 1.3.18, exists problem with documentation in ionic-site issue ionic-team/ionic-site#771 current documentation
zefrench commentedon Sep 6, 2016
Sorry, but it does not appears even with this ionic-native version.
ramonornela commentedon Sep 6, 2016
See https://github.com/driftyco/ionic-native/blob/9c8321d3b4c6f2bd22662e312a13064aceb8171b/src/plugins/diagnostic.ts#L336
ihadeed commentedon Sep 6, 2016
Hey Alex,
Can you run
npm i --save ionic-native@latest
That will update your ionic native to the latest version and it should fix
the problem.
On Sep 5, 2016 4:02 PM, "Alex" notifications@github.com wrote:
zefrench commentedon Sep 7, 2016
Thanks Ihadeed !
It works !!