Skip to content
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

fix to get around Illegal invocation error in chrome #1

Merged
merged 1 commit into from
Jun 22, 2015

Conversation

zbyte64
Copy link
Contributor

@zbyte64 zbyte64 commented Jun 11, 2015

Keep this around until matthew-andrews/isomorphic-fetch#20 is resolved.

zackify added a commit that referenced this pull request Jun 22, 2015
fix to get around Illegal invocation error in chrome
@zackify zackify merged commit 50a839f into Legitcode:master Jun 22, 2015
//https://github.com/matthew-andrews/isomorphic-fetch/pull/20
//import fetch from 'isomorphic-fetch'
import fetch_ from 'isomorphic-fetch';
var fetch = fetch_.bind(undefined);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think lines 2-6 can simply be replaced with:

import 'isomorphic-fetch'

(don't import anything into the scope, use the global fetch after importing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants