nativescript-feedback
nativescript-feedback copied to clipboard
Error being raised "this.lastAlert.getTitle is not a function"
The error this.lastAlert.getTitle is not a function
is being raised when Feeback.show()
is called
Could this be because of:
this.lastAlert = alerter.show();
on feedback.android.ts
?