From eca0a25063da2aa1db90d2666d9d66d23d7fb3aa Mon Sep 17 00:00:00 2001 From: Jacob Fletcher Date: Tue, 1 Oct 2024 23:33:12 -0400 Subject: [PATCH] regenerates lockfile --- docs/admin/server-functions.mdx | 4 +- pnpm-lock.yaml | 1259 +++++++++++++++++++++++++++++-- 2 files changed, 1195 insertions(+), 68 deletions(-) diff --git a/docs/admin/server-functions.mdx b/docs/admin/server-functions.mdx index 0548535fae..99ff9f9c3c 100644 --- a/docs/admin/server-functions.mdx +++ b/docs/admin/server-functions.mdx @@ -77,7 +77,7 @@ const MyComponent = () => { }) as string setResult(result) - }, [serverFunctions]) + }, [serverFunction]) return (