⚠ Invalid regular expression: invalid group specifier name
Sentry caught this error on this line
There's already an issue created https://github.com/nuxt/nuxt/issues/26393. Can we have a hotfix? @danielroe
const JOIN_SEGMENT_SPLIT_RE = /(?<!\/)\/(?!\/)/;
Looks like it's a lookbehind issue, which safari only started supporting in 16.4 version.There's already an issue created https://github.com/nuxt/nuxt/issues/26393. Can we have a hotfix? @danielroe
1 Reply
Already fixed in latest ufo. You can refresh your lock file to pull it in