Results 8 issues of dinfyru

Error: ![image](https://user-images.githubusercontent.com/10163112/36196856-ac5d5df0-117a-11e8-8502-b3e40095c751.png) Code to run: ``` const contentBlock = htmlToDraft(sanitizeHtml(this.wysiwygHtml.value, sanitizeRules)); const contentState = ContentState.createFromBlockArray(contentBlock.contentBlocks); const newEditorState = EditorState.createWithContent(contentState); this.onEditorStateChange(newEditorState); ``` Code to paste: ``` ``` Versions: ``` "react-draft-wysiwyg": "^1.12.7",...

How to catch a client 'went-offline' event during chunk load? `PasswordRecoveryPage-1bd47ef.js net::ERR_INTERNET_DISCONNECTED`

How can i change default lang in app (setLocale or other)? webpack.config.js ``` const i18nEN = require('./src/config/lang/en.json'); const i18nRU = require('./src/config/lang/ru.json'); const languages = { en: i18nEN, ru: i18nRU };...

type: Documentation

node -v 6.9.2 [email protected] ``` Debug: internal, implementation, error AssertionError: false == true at Connection._send (/var/www/revizor-game.ru/node_modules/http2/lib/protocol/connection.js:326:9) at runCallback (timers.js:637:20) at tryOnImmediate (timers.js:610:5) at processImmediate [as _immediateCallback] (timers.js:582:5) ``` My server.js...

I have error when try to use ok handler. redux-api-middleware - 3.0.1 ``` ok: async res => { const json = await res.json(); return res.ok && !json.error; }, ``` Error...

https://react-select.com/async bug on this page and in my project 1. Write "o" 2. Wait for an answer 3. Add "c" and quickly erase "c" As a result, the list of...

issue/bug-confirmed

Will websockets be supported?

enhancement

``` ERROR in src/components/InputMaskIp/InputMaskIp.tsx:45:13 TS2786: 'MaskedInput' cannot be used as a JSX component. Its instance type 'MaskedInput' is not a valid JSX element. Property 'refs' is missing in type 'MaskedInput'...