Nikolay Dombrovskiy

Results 37 comments of Nikolay Dombrovskiy

Yep, cause webpack build `umd` and using `window` for global object In `lib/draftjs-utils.js` ```javascript !function(t,e){ "object"==typeof exports&&"object"==typeof module ? module.exports=e(require("draft-js"),require("immutable")) : "function"==typeof define&&define.amd ? define(["draft-js","immutable"],e) :"object"==typeof exports ? exports.draftjsUtils=e(require("draft-js"),require("immutable")) :...

Awesome. After half of year I have to check it issue again. And I wrote answer for this already

@sedenardi correct. #39 PR was created by me one year ago ) That about build `draftjs-utils` package not about user `webpack`'s configuration

Yeap =( But you can fork this library and make the changes. I have stopped working on draftjs part for my project's

And one more moment: you can easy solve that issue on your side: just load you component with draft-editor (when using `draftjs-utils` only for client side (use `{ ssr: false...

I using draftjs - is awesome. Just don't work on it now. I mean have no time to fork and work on this library

You can create you own `LayoutProvider` based on `BaseLayoutProvider` from `recyclerlistview`. But `getStyleOverridesForIndex` prop for `RecyclerListView` seems much more convenient ```javascript import { BaseLayoutProvider, WrapGridLayoutManager, Dimension, Layout, LayoutManager, } from...

And? What about fix this issue?