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
Globalization.numberToString() is convert number to string as format, but src/plugins/globalization.ts hasn't number param.
Therefore, transpile fails.
[18:45:03] typescript: src/pages/globalization/globalization.ts, line: 95
Supplied parameters do not match any signature of call target.
Globalization.numberToString() is convert number to string as format, but src/plugins/globalization.ts hasn't number param.
Therefore, transpile fails.
I think fix solution is below . Is it correct ?
https://github.com/driftyco/ionic-native/blob/master/src/plugins/globalization.ts#L102
env:
The text was updated successfully, but these errors were encountered: