Draft-js: Uncaught TypeError: tempEntityMap.keyseq is not a function

Created on 16 Sep 2016  路  2Comments  路  Source: facebook/draft-js

Do you want to request a _feature_ or report a _bug_?
bug

What is the current behavior?
when i'm run follow example code

  • entity (blank page)
  • tex ( blank page)

Which versions of Draft.js, and which browser / OS are affected by this issue? Did this work in previous versions of Draft.js?
current version ( 2016-09-16)
chrome browser
OSX

bug

All 2 comments

indeed a bug, thanks for reporting prawee!

The error is in https://github.com/facebook/draft-js/blob/master/src/model/encoding/convertFromRawToDraftState.js, keyseq was miscapitalized from a recent changed.

Fix landed - Thanks @prawee and @stopachka ~

Was this page helpful?
0 / 5 - 0 ratings