import Plain from 'slate-plain-serializer' import { Editor } from 'slate-react' import React from 'react' /** * The plain text example. * * @type {Component} */ class PlainText extends React.Component { /** * Deserialize the initial editor value. * * @type {Object} */ state = { value: Plain.deserialize( 'This is editable plain text, just like a