We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since JSS version 22.4.0, a "negative lookbehind" has been introduced in https://github.com/Sitecore/jss/blob/0fbd0c63926e69ce72d3579c9822778b3a69f49e/packages/sitecore-jss/src/utils/utils.ts#L205C3-L207C51 that is not supported in iOS 16.3 and lower. This causes a JavaScript error in the website's front-end:
Can this "negative lookbehind" be rewritten to work in older ECMAScript versions?
I should not get a JavaScript error on any browser on iOS 16.3 or lower.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
Since JSS version 22.4.0, a "negative lookbehind" has been introduced in https://github.com/Sitecore/jss/blob/0fbd0c63926e69ce72d3579c9822778b3a69f49e/packages/sitecore-jss/src/utils/utils.ts#L205C3-L207C51 that is not supported in iOS 16.3 and lower. This causes a JavaScript error in the website's front-end:
Can this "negative lookbehind" be rewritten to work in older ECMAScript versions?
To Reproduce
Expected Behavior
I should not get a JavaScript error on any browser on iOS 16.3 or lower.
Possible Fix
No response
Provide environment information
The text was updated successfully, but these errors were encountered: