Skip to content
New issue

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

Application error: a client-side exception has occurred on official React.dev site #6556

Closed
emthaa opened this issue Jan 17, 2024 · 4 comments · Fixed by #6571
Closed

Application error: a client-side exception has occurred on official React.dev site #6556

emthaa opened this issue Jan 17, 2024 · 4 comments · Fixed by #6571

Comments

@emthaa
Copy link

emthaa commented Jan 17, 2024

When accessing react.dev website on iPhone SE and multiple different browsers it loads the website for a split second then this message pops up:
48B94383-410C-46B1-9C8F-64C0F189C49F

@itsjohncs
Copy link

I can reproduce this on Safari Desktop 16.0 with extensions disabled. In the console I get a regex error (see below) and links to error codes 418 and 423.

The regex error is SyntaxError: Invalid regular expression: invalid group specifier name. Looking at the traceback leads me to the regex (in the minified code): ((?<!\\+)https?:\\/\\/(?:www\\.)?(?:[-\\w.]+?[.@][a-zA-Z\\d]{2,}|localhost)(?:[-\\w.:%+~#*$!?&/=@]*?(?:,(?!\\s))*?)*)

@vvtommy
Copy link

vvtommy commented Jan 22, 2024

lookbehind is only supported on Safari(and wkwebview of course) 16.4(ios 16.4) and above. 🤷🏻‍♂️

@rickhanlonii
Copy link
Member

Thanks for reporting, this was broken last week with #6214

Fixed in #6571

@rickhanlonii
Copy link
Member

Confirmed that the fix is live, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants