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
Affected Package: uniforms-bridge-json-schema
Affected version: 3.8
Error after run npm run dev: SyntaxError: Invalid regular expression: invalid group specifier name
Affected OS: Safari
Regex problem uniquely on Safari (This is because Safari browser does not support regular expression zero assertion in two// formats:<= , ?<!).
Chrome is OK.
I have tested all my packages and only the upgrade from uniforms-bridge-json-schema from 3.6.2 to 3.8 create this error.
The text was updated successfully, but these errors were encountered:
Affected Package:
uniforms-bridge-json-schema
Affected version:
3.8
Error after run npm run dev:
SyntaxError: Invalid regular expression: invalid group specifier name
Affected OS:
Safari
Regex problem uniquely on Safari (This is because Safari browser does not support regular expression zero assertion in two// formats:<= , ?<!).
Chrome is OK.
I have tested all my packages and only the upgrade from uniforms-bridge-json-schema from 3.6.2 to 3.8 create this error.
The text was updated successfully, but these errors were encountered: