diff --git a/src/plugins/editor-safe-render/index.js b/src/plugins/editor-safe-render/index.js index a9b55e77475..9c4c73a7a8a 100644 --- a/src/plugins/editor-safe-render/index.js +++ b/src/plugins/editor-safe-render/index.js @@ -18,8 +18,8 @@ const EditorSafeRenderPlugin = (opts = {}) => { 'TopBar', 'SwaggerEditorLayout', 'Editor', - 'EditorTextarea', - 'EditorMonaco', + 'TextareaEditor', + 'MonacoEditor', 'EditorPane', 'EditorPaneBarTop', 'EditorPreviewPane',