Code Monkey home page Code Monkey logo

Comments (6)

zpao avatar zpao commented on April 27, 2024

Is the fbjs in there 0.8.0-alpha.2 or 0.8.0? Not much should have changed between.

from fbjs.

Freddy03h avatar Freddy03h commented on April 27, 2024

It's the alpha.2, I renamed the issue.
It's the version used by draft-js https://github.com/facebook/draft-js/blob/master/package.json#L32 and [email protected] https://github.com/facebook/react/blob/master/package.json#L38

I don't have the same issue by upgrading react and react-dom to this version on my project (and without draft-js). Maybe it's because react(-dom) don't use fbjs/lib/UserAgent ?

from fbjs.

Freddy03h avatar Freddy03h commented on April 27, 2024

Hum, I also tried with [email protected] and still have the same issue using draft-js

from fbjs.

zpao avatar zpao commented on April 27, 2024

Ah, I think this is a polyfill related issue. query.startsWith(name) is expecting String.prototype.startsWith to exist. This is a new method in ES6 (MDN). Especially in Phantom, even new Phantom, you're going to need to include a polyfill for some of these things. The same holds true in real browser environments.

See the note in the docs: https://facebook.github.io/draft-js/docs/advanced-topics-issues-and-pitfalls.html#polyfills In the future we might compile that away and ship with a polyfill (or inline method) ourselves but for the time being, we're going to just depend on the method existing.

Let me know if that doesn't work and we can reopen and reinvestigate.

from fbjs.

zpao avatar zpao commented on April 27, 2024

PS, thanks for the awesomely detailed report including a repro and (what you could get of a) stack trace.

from fbjs.

Freddy03h avatar Freddy03h commented on April 27, 2024

Oh, ok I understand !
I fix the issue by adding babel-polyfill to the karma.conf.js file.

Thank you for your help and yours quicks answers !

from fbjs.

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.