Islam Ibakaev

Results 9 comments of Islam Ibakaev

The quick fix is to replace all `.concat(location.host)` entries with `.concat(location.hostname !== 'localhost' ? location.host : 'localhost')`

`console.warn(response.data)` gives me html string no property `data` on `response.data` is available ``` Initializing plugins... Loading data from https://woo.islamibakaev.ru response Хостинг ХостиЯ. Сработала защита против взлома!Если Вы видите это сообщение,...

`status` is available at `response` itself, so looks like `const { status } = response.data.data` needs to be replaced with `const { status } = response` but then i get...

Why to add circle ci config? One can use travis, codeship or else ci/cd tool.

The other popular options(vue, angular, elm, svelter) are up to date. Even react/mobx is up to date. But the most popular is abandoned. The fact confuses me a lot...

it turned out it's better to replace all `.concat(location.host)` entries with `.concat(location.hostname)`

same error here, i am on win10, rasterizehtml version is 1.3.0 seems like the error occures in webkit based browsers(chrome, opera, et cetera) works perfectly fine in firefox dunno how...

I cannot provide full example, but i can share relevant parts ```html ... ... ``` ```javascript import * as rasterizeHTML from 'rasterizehtml' import jsPDF from 'jspdf' import _ from 'lodash'...

yep it fixed it thanks but...now i have new issue `ERROR in multi main Module not found: Error: Cannot resolve module 'babel-loader' in C:\Users\User\Desktop\tuts\react\react-router-tutorial\lessons\12-navigating @ multi main`