Coder Social home page Coder Social logo

Comments (10)

eseQ avatar eseQ commented on July 17, 2024 2

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

from draftjs-utils.

sedenardi avatar sedenardi commented on July 17, 2024

This issue is present in any version after 0.9.4.

from draftjs-utils.

eseQ avatar eseQ commented on July 17, 2024

Yep, cause webpack build umd and using window for global object
In lib/draftjs-utils.js

!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"))
        : t.draftjsUtils=e(t["draft-js"],t.immutable)
}(window, function(){...})

Answer is set output.globalObject to this in webpack.prod.config.js. Documentation here. Discussion here.

from draftjs-utils.

sedenardi avatar sedenardi commented on July 17, 2024

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

@eseQ To be clear, that's what draftjs-utils needs to do to solve this, users of the library can't add this to their own config to eliminate this issue right?

from draftjs-utils.

eseQ avatar eseQ commented on July 17, 2024

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

from draftjs-utils.

sedenardi avatar sedenardi commented on July 17, 2024

Thanks for your help. Unfortunate that this library seems abandoned at this point.

from draftjs-utils.

eseQ avatar eseQ commented on July 17, 2024

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

from draftjs-utils.

eseQ avatar eseQ commented on July 17, 2024

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 } for loadable-components for example)

from draftjs-utils.

sedenardi avatar sedenardi commented on July 17, 2024

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

Out of curiosity, what library have you been using instead of draftjs?

from draftjs-utils.

eseQ avatar eseQ commented on July 17, 2024

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

from draftjs-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.