Magnielcz

Results 3 comments of Magnielcz

@oyeanuj I switch to ['react-loadable'](https://www.npmjs.com/package/react-loadable). It has advanced functionality, very similar syntax and renders multiple instances of async component at once correctly.

> Hey, > > There's no other way to reach out you I guess. My name is Jim Ferguson. I'm working on a ionic/angular app. you made a post about...

Hi, you cannot explicitely set it, but it works ;) Simple example: `fetchMock.mockResponseOnce(JSON.stringify({ a: 1 }), { status: 200 });` and after debugging my response, you can see, variable exists....