Restrict the editor to a single block.
npm install @udecode/plate-break
import { SingleLinePlugin } from '@udecode/plate-break/react'; const plugins = [ // ...otherPlugins SingleLinePlugin, ];