This commit is contained in:
@@ -22,7 +22,7 @@ const ReactQuill = dynamic(async () => {
|
||||
}, {
|
||||
ssr: false,
|
||||
loading: () => <div className="h-64 w-full bg-slate-900 animate-pulse rounded-lg border border-slate-700" />
|
||||
});
|
||||
}) as any;
|
||||
|
||||
interface RichTextEditorProps {
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user