Matias
Matias
Current docs shows this as an example: ``` const fetchRouter = new Router({ strategies: ['fetch'] }); ``` Which is wrong, since that argument should be the second one, not the...
Related to #163 In `nativeSend`, the `request.responseBody` sometimes it's `undefined`, when the `responseType` is empty. Refer to https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/responseType We need to have a fallback to either `responseText` or `response` based...
I've been trying to "fix a bug" when using `react-integration` with `skatejs` components. I found what is the problem but I'm not sure how to solve it properly. If anyone...