From e4230394a4199abc237e1069097e195d6e12f79a Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Thu, 21 Sep 2023 21:20:47 +0900 Subject: [PATCH] fix(example): Prevent hydration error in music example 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 d160cc4a95d..7c85ece23b3 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.

- +