Open pbcomm opened 6 years ago
Happens to me too.
Same here
This also happened to us on Android in our React Native app. We used this code to fix it on Android, but do nothing on iOS:
if (global.Intl.__disableRegExpRestore) {
global.Intl.__disableRegExpRestore()
}
Error:
Invalid regular expression: /[\s\S]{2}(((((((())))))))[\s\S]{1})/: Unmatched ')'
This happens on all browsers that require the polyfill. Using version 1.2.5