-
Notifications
You must be signed in to change notification settings - Fork 122
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
Export conflicts with fetch Response #76
Comments
Hi @ryanve I am also getting this issue. Response.js Response object getting conflicts with fetch Response. |
Ok I'll have to do a new version with a new export name. I'll post here when I do! |
let R = Response.noConflict() See @amanssit how does that work for you for now? |
ryanve
added a commit
that referenced
this issue
Aug 8, 2019
ryanve
added a commit
that referenced
this issue
Aug 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Response
is the name used in our root export but the native fetch API addswindow.Response
as part of that standard. What is the best way to mitigate conflict with this? Rename the export? Ideas? How should we communicate this change?response
responseJS
response.js
like the npm nameThe text was updated successfully, but these errors were encountered: