Open matthewcn56 opened 3 years ago
Possible look into which regex are supported by Safari, do you guys use negative look-behinds in your group specifiers? https://stackoverflow.com/questions/51568821/works-in-chrome-but-breaks-in-safari-invalid-regular-expression-invalid-group/51568859
When I try to load up the Netlify deployment on Safari the console gives me the error:
SyntaxError: Invalid regular expression: invalid group specifier name
and the screen is completely blank.If I pull up the deployment on Chrome however, it works fine.