From c4e85c23b293f50acd7e2541e5444471d30fbf1a Mon Sep 17 00:00:00 2001 From: Money32Wang Date: Sat, 24 Jun 2023 09:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E4=B8=80=E4=BA=9B=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=B1=95=E7=A4=BA=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/error.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/error.tsx b/app/components/error.tsx index 0e01c4170..a95e9e07c 100644 --- a/app/components/error.tsx +++ b/app/components/error.tsx @@ -1,3 +1,4 @@ +"use client"; // Error components must be Client Components import React from "react"; import { IconButton } from "./button"; import GithubIcon from "../icons/github.svg";