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
Describe the bug
BlockNote (or one of its dependencies) is using modern regular expressions with named capturing groups (e.g. /(?...)/) which are not supported in Safari < 16.4.
This causes a syntax error and blocks rendering or functionality when using the editor on iOS < 16.4.
Example error:
SyntaxError: Invalid regular expression: invalid group specifier name