Results 2 issues of Katerina

At this part of the tutorial > var test = require('Tape');, maybe lower case?

So right now I can convert the content state from the editor into html using the module below ```javascript import {stateToHTML} from 'draft-js-export-html'; let html = stateToHTML(contentState); ``` We're looking...