-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'onSyncStatusChanged' of undefined #39
Comments
Have you defined a I think the issue here is that Try using a complete |
Did it work for you @vinz-mehra ? |
…syncOptions?.onSyncStatusChanged Signed-off-by: Clovis Durand <[email protected]>
…syncOptions?.onSyncStatusChanged Signed-off-by: Clovis Durand <[email protected]>
I think I found the source of the issue. Se PR #51. There is a strong probability that |
…tions?.onSyncError Signed-off-by: Clovis Durand <[email protected]>
I am trying to implement CodePush functionality on my app. Followed the readme tutorial line by line but I am receiving the following error
Uncaught (in promise): TypeError: Cannot read property 'onSyncStatusChanged' of undefined
TypeError: Cannot read property 'onSyncStatusChanged' of undefined
Project Info
Ionic:
Ionic CLI : 6.16.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.6.8
@angular-devkit/build-angular : 12.0.2
@angular-devkit/schematics : 12.0.2
@angular/cli : 12.0.2
@ionic/angular-toolkit : 4.0.0
Capacitor:
Capacitor CLI : 3.0.0
@capacitor/android : 3.0.1
@capacitor/core : 3.0.0
@capacitor/ios : not installed
The text was updated successfully, but these errors were encountered: