-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSE event mixin: Replace RegEx lookbehind assertion with split by str…
…ing (#2157) Fixes #2153. Regression from #2055. MainUI was broken on older iOS versions, e.g. 15.8, because RegEx lookbehind assertions were introduced with Safari 16.4. This uses split by string instead and adds an ESLint rule to forbid the usage of RegEx lookbehind assertions. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
- Loading branch information
1 parent
8f06d97
commit 6d71b3d
Showing
4 changed files
with
109 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters