Pavel Poberezhnyi

Results 5 issues of Pavel Poberezhnyi

`Module parse failed: \node_modules\draft-js-exporter\lib\formats.json Unexpected token (2:8)` what could it be?

Hi. My current implementation is next: ``` 'use strict'; import React, { Component } from 'react'; import { observer } from 'mobx-react'; import Trumbowyg from 'react-trumbowyg'; import '../../../node_modules/trumbowyg/dist/plugins/upload/trumbowyg.upload.js'; const buttons...

Hello. I was trying to use draft-convert to transform HTML to content when user paste text. Here is my current code: ``` class Draft extends Component { pasteText(text, html) {...

Hello. I'm using react in my app and test it with mocha, enzume, run it in node. And after using waypoint i got error in my test - TypeError: window.getComputedStyle...

Hi. Is there an opportunity to convert block types like "header-two", 'LINK', "blockquote" and so on to html tags?