I've noticed an issue with the regular expression at
|
sqlSnippet: /(?<=sql_snippets\.)([^\?}.]+)/gm, |
|
context: /(?<=context\.)([^\?}.]+)/gm, |
|
filter: /(?<=filters\.)([^\?}.]+)/gm, |

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.