facebookarchive / draft-js

A React framework for building text editors.
https://draftjs.org/
MIT License
22.56k stars 2.64k forks source link

URGENT :: How to update words arrays in handleStrategy of decorator? #3175

Open guptasg1997 opened 1 year ago

guptasg1997 commented 1 year ago

My list of words keep getting updated with time. I need to highlight those words dynamically. I used EditorState.set for updating the whole decorator (inside componentDidUpdate). It's working but only after I am focusing on that bullet.