-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Invalid regular expression: invalid group specifier name (Safari version <= 16.3) #26393
Comments
Related to ufo - https://github.com/unjs/ufo/blob/c84812a178d07168d44e6ad29ad3e2da9b9a06ea/src/utils.ts#L349 - unjs/ufo#224 cc @pi0 @Rizzato95 @hankdetank try updating ufo to the latest (1.5.2) by refreshing the lockfile as there has been a hotfix. But as nuxt is using the function for public paths ( nuxt/packages/nuxt/src/core/templates.ts Line 330 in 6f2e7a8
|
Browser compatibility with Please make sure to update the lock file manually (or using |
This seems to be back with ufo 1.5.4 :/ |
Please raise it upstream with ufo 🙏 |
@ChristopheCVB I thought I was having an issue as well, but I was using a negative lookbehind in my code. Just FYI in case that helps! |
Environment
Reproduction
https://codesandbox.io/p/devbox/amazing-liskov-t4f3q4
Describe the bug
After upgrading Nuxt from
v3.10.3
tov3.11.1
I get this error when I try to show the application from a Safari browser with a version <= 16.3.For reproduce the issue I started from the Nuxt 3 base template (who is working) and I added a simple page.
It seems like some regular expression aren't supported in this browser version (as you can read HERE)
Safari v15.5:
Safari v17.3:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: