Skip to content

Instantly share code, notes, and snippets.

@sruli
Created April 10, 2019 10:19
Show Gist options
  • Save sruli/a93896e66bcb4ae1b1e219f57fb43fb0 to your computer and use it in GitHub Desktop.
Save sruli/a93896e66bcb4ae1b1e219f57fb43fb0 to your computer and use it in GitHub Desktop.
const { blocks } = action.payload;
const newContentState = convertFromRaw({ blocks, entityMap: {} });
const newBlockMap = newContentState.getBlockMap();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment