You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Invalid regular expression: invalid group specifier name
Possible Solution
Possibly parsing git urls some other way? or somehow pin the normalize-url version, and live with the security vulnerability (see context below). neither option seem great.
Steps to Reproduce
Use @backstage/integration-react in app
Boot the app
Visit any page in Safari
💥
Context
There is a fair bit of context, it seems:
Safari doesn't support Lookbehinds in regex in Javascript
So even though the version of git-url-parse is pointing at the right one I think yarn is picking up the latest normalize-url?
At leat that is what yarn why normalize-url suggests
Found "parse-url#normalize-url@6.0.1"
info This module exists because "_project_#backend#@backstage#backend-common#git-url-parse#git-up#parse-url" depends on it.
Expected Behavior
I should be able to load a page in Safari.
Current Behavior
I get a white screen and a console log saying:
Possible Solution
Possibly parsing git urls some other way? or somehow pin the normalize-url version, and live with the security vulnerability (see context below). neither option seem great.
Steps to Reproduce
@backstage/integration-react
in appContext
There is a fair bit of context, it seems:
At leat that is what
yarn why normalize-url
suggestsYour Environment
The text was updated successfully, but these errors were encountered: