diff --git a/docs/components/api-method.tsx b/docs/components/api-method.tsx index 4f693c7ade..055f2f4a2a 100644 --- a/docs/components/api-method.tsx +++ b/docs/components/api-method.tsx @@ -178,7 +178,7 @@ export const APIMethod = ({ const serverTabContent = ( <> - {isClientOnly ? null : ( + {isClientOnly || isServerOnly ? null : (