Skip to content

Dashboard Breaks on Safari Versions Prior to 16.4 Due to Unsupported Lookbehind Regular Expression #1258

@ZeekoZhu

Description

@ZeekoZhu

I've noticed an issue with the regular expression at

sqlSnippet: /(?<=sql_snippets\.)([^\?}.]+)/gm,
context: /(?<=context\.)([^\?}.]+)/gm,
filter: /(?<=filters\.)([^\?}.]+)/gm,

image

Safari versions before 16.4 do not support lookbehind. As a result, using this regular expression may cause the dashboard to malfunction on many Safari browsers.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions