We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Firefox 38, Linux, just opening the website doesn't really seem to work - I end up with this error in JS console, and JS execution is halted.
I can't seem to get a stacktrace because there are no sourcemaps for the minified code.
The text was updated successfully, but these errors were encountered:
Oh, neither of those things are any good. includes seems to be still too new so I'll fix this by using indexOf instead.
includes
indexOf
Also, I'll add source maps so I'll be easier to see where things are coming from.
Thanks for spotting these issues!
Sorry, something went wrong.
I've sent a PR for the indexOf issue!
No branches or pull requests
On Firefox 38, Linux, just opening the website doesn't really seem to work - I end up with this error in JS console, and JS execution is halted.
I can't seem to get a stacktrace because there are no sourcemaps for the minified code.
The text was updated successfully, but these errors were encountered: