fix loading state
This commit is contained in:
@ -9,6 +9,7 @@ import { Suspense } from "react";
|
||||
|
||||
const CodeEditor = dynamic(() => import("@/components/editor"), {
|
||||
ssr: false,
|
||||
loading: () => <Loading />,
|
||||
});
|
||||
|
||||
const getUserData = async (id: string) => {
|
||||
|
Reference in New Issue
Block a user