-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
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
Ajax fetch error fixes #2064
Ajax fetch error fixes #2064
Conversation
🦋 Changeset detectedLatest commit: 38e1f36 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
And what do you think about linting for this in the future? |
Seems like something that you would easily forget, so good idea to add the rule. Would you like to add a PR for it? |
@tlouisse; I think this latest change should be good but CI isn't running. You probably need to push the button again :) |
Awesome. We will merge it soon to master (master is currently in a 'prerelease mode', it will be merged when it's back in 'normal mode') and let you know when it will be released on npm. |
What I did
name
property of the error so that the name is preserved. Without setting thename
property it's overwritten when callingsuper
.Input
Output
Compare that with the same code where we actually set the
name
property:Input
Output