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
Hello, after upgrading to version 4, I get the error in firefox:
SyntaxError: invalid identity escape in regular expression
Example: https://codesandbox.io/s/pedantic-margulis-r7wee (need to open firefox)
The text was updated successfully, but these errors were encountered:
This is not a bug in Decamelize. Firefox doesn't support modern regex features used here.
https://bugzilla.mozilla.org/show_bug.cgi?id=1361876
If you need to support Firefox, you should probably stay on the previous version.
Sorry, something went wrong.
Make Badge
No branches or pull requests
Hello, after upgrading to version 4, I get the error in firefox:
Example: https://codesandbox.io/s/pedantic-margulis-r7wee (need to open firefox)
The text was updated successfully, but these errors were encountered: