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
I had a "ReferenceError: regeneratorRuntime is not defined" when using your package because I had to add it to my list of transpiled npm packages
I looked a bit at your code and the async await statement doesn't do anything since there is no await airbrakeNotify
await airbrakeNotify
redux-airbrake/src/index.js
Line 36 in bcbbfe4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had a "ReferenceError: regeneratorRuntime is not defined" when using your package because I had to add it to my list of transpiled npm packages
I looked a bit at your code and the async await statement doesn't do anything
since there is no
await airbrakeNotify
redux-airbrake/src/index.js
Line 36 in bcbbfe4
The text was updated successfully, but these errors were encountered: