import dynamic from 'next/dynamic'; const List = dynamic(() => import("@editorjs/list"), { ssr: false });