(blocks, entityMap = {})
| 25 | }; |
| 26 | |
| 27 | const buildContentState = (blocks, entityMap = {}) => { |
| 28 | return convertFromRaw({ |
| 29 | entityMap, |
| 30 | blocks: blocks.map(buildContentBlock), |
| 31 | }); |
| 32 | }; |
| 33 | |
| 34 | const styleMarkup = { |
| 35 | BOLD: { |
no outgoing calls
no test coverage detected
searching dependent graphs…