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
cordova.js:312 Uncaught RangeError: Maximum call stack size exceeded
at RegExp.exec (<anonymous>)
at RegExp.test (<anonymous>)
at is_hex (MiniSodium.js:499)
at MiniSodium.js:30
at Object.callbackFromNative (cordova.js:291)
at <anonymous>:1:9
This seems to be related to the regex expression /^([a-f]|[0-9])+$/ig
The text was updated successfully, but these errors were encountered:
OwenDelahoy
added a commit
to OwenDelahoy/cordova-plugin-minisodium
that referenced
this issue
Mar 27, 2019
Occasionally the
is_hex
function throws an errorThis seems to be related to the regex expression
/^([a-f]|[0-9])+$/ig
The text was updated successfully, but these errors were encountered: