Attempting to launch brutalism in Safari browser for versions lower than 1.3.3 produced the following error: SyntaxError: Invalid regular expression: invalid group specifier name.
This was being thrown from the Panelify component at the computed this.src property from use of Regex lookbehinds not supported in Safari:
Attempting to launch brutalism in Safari browser for versions lower than 1.3.3 produced the following error:
SyntaxError: Invalid regular expression: invalid group specifier name
.This was being thrown from the Panelify component at the computed
this.src
property from use of Regex lookbehinds not supported in Safari: