From 35c308e57c38dabab6c44a233c6c8f963b1c1c04 Mon Sep 17 00:00:00 2001 From: moss-bryophyta <261561981+moss-bryophyta@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:53:13 -0700 Subject: [PATCH] fix(docs): remove stray semicolon in Derive component example --- docs-templates/api/components/derive.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-templates/api/components/derive.mdx b/docs-templates/api/components/derive.mdx index 7053b351..4d71d780 100644 --- a/docs-templates/api/components/derive.mdx +++ b/docs-templates/api/components/derive.mdx @@ -15,7 +15,7 @@ function getSubject(gender) { The beautiful {getSubject(gender)} plays with the ball. -; + ``` The `` component tells the CLI tool to dereference a function call and catalog all possible content being returned by that function, treating every return statement as if it had a `` component wrapping it.