From 134dec8f9d3b6af73ecb01a6d3483afffc4e25ea Mon Sep 17 00:00:00 2001 From: byeongcheolryu Date: Fri, 16 Jan 2026 15:30:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20boards=20=ED=8E=98=EC=9D=B4=EC=A7=80=20h?= =?UTF-8?q?eaderActions=20=ED=95=A8=EC=88=98=20=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - headerActions를 ReactNode에서 함수 타입으로 변경 - UniversalListPage의 headerActions 타입 규격에 맞춤 - "_config_headerActions.call is not a function" 에러 해결 Co-Authored-By: Claude Opus 4.5 --- src/app/[locale]/(protected)/boards/[boardCode]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx b/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx index 277fb1a9..9b6f6b6b 100644 --- a/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx +++ b/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx @@ -340,7 +340,7 @@ export default function DynamicBoardListPage() { }, columns: tableColumns, - headerActions: ( + headerActions: () => ( <>