From cf0dadafceb08b0bd52dd331fd092e82049393b3 Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Sat, 21 Oct 2023 21:58:30 +0900 Subject: [PATCH] fix(example): Prevent hydration error in music example (#1569) should have asChild when a button used. --- .../app/examples/music/components/podcast-empty-placeholder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/app/examples/music/components/podcast-empty-placeholder.tsx b/apps/www/app/examples/music/components/podcast-empty-placeholder.tsx index d160cc4a95..7c85ece23b 100644 --- a/apps/www/app/examples/music/components/podcast-empty-placeholder.tsx +++ b/apps/www/app/examples/music/components/podcast-empty-placeholder.tsx @@ -35,7 +35,7 @@ export function PodcastEmptyPlaceholder() { You have not added any podcasts. Add one below.

- +