Hi,
i'm trying to use json-fetch, but i've a odd error when running my bundle.js file :
`module.exports = self.fetch.bind(self);
^
ReferenceError: self is not defined`
Is it because of a isomorphic-fetch recent edition ?
I have no clue how to fix this error :'(
Hi,
i'm trying to use json-fetch, but i've a odd error when running my bundle.js file :
`module.exports = self.fetch.bind(self);
^
ReferenceError: self is not defined`
Is it because of a isomorphic-fetch recent edition ?
I have no clue how to fix this error :'(