-
Notifications
You must be signed in to change notification settings - Fork 32
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
Console.dump deprecated in NativeScript 3.0 #35
Comments
@firescript Can you please look into this. I am also seeing this error. |
+1 here. This is making the app crash. |
alright this is working in a fresh nativescript app running 3.2.1 - want to confirm? @Sharique-Hasan @rolaru @ugocast - pushed the update to npm |
@firescript, sorry for responding late. I've tested the plugin now and it seems to work fine. Thanks a lot for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
console.dump has been deprecated from NativeScript 3.0 in favor of console.dir, you can fix this? i have the next error :
file:///app/tns_modules/nativescript-contacts/index.js:83:25: JS ERROR TypeError: console.dump is not a function. (In 'console.dump(e)', 'console.dump' is undefined)
Thanks!
The text was updated successfully, but these errors were encountered: