jamiebuilds / tinykeys

A tiny (~400 B) & modern library for keybindings.

Home Page:https://jamiebuilds.github.io/tinykeys/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with iOS / Safari

cpvalente opened this issue · comments

Hey!

Trying to run a React App with tinykeys in iOS crashes with error "Invalid regular expression: invalid group specifier name"

I have tracked down the error to a regex in tiny keys

var n = e.split(/(?<!\+)\+/)

Is there a chance you could have a look at the issue? This is definitely a problem on the Apples side, but you know....