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
The fix made in #194 is actually not enough, we now get an error for Const must be initialized.
How would the maintainers feel about transpiling the code with Babel or Typescript? I'd be happy to work on that topic, but would love to get some directions on which approach you prefer before doing so.
Hello,
Our bug tracker noticed a recurring error on IE11 (and some other old browsers that don't support arrow functions):
These arrow functions were introduced in #175, before that we were not noticing any error coming from this library.
Possible solutions:
function
s. Should be fairly simple as there are only 4 of them.The text was updated successfully, but these errors were encountered: