Do you want to request a _feature_ or report a _bug_?
bug
What is the current behavior?
when i'm run follow example code
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
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 ~