diff --git a/src/simpleWebEditor/index.tsx b/src/simpleWebEditor/index.tsx index 563a7ac..5b23a87 100644 --- a/src/simpleWebEditor/index.tsx +++ b/src/simpleWebEditor/index.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; import Tiptap from './Tiptap'; +// check const container = document.getElementById('root'); const root = createRoot(container!); root.render();