diff --git a/playground/counter.tsx b/playground/counter.tsx index 1925c19..6bbd235 100644 --- a/playground/counter.tsx +++ b/playground/counter.tsx @@ -10,15 +10,12 @@ export function Counter() { <> this button was clicked {count} times {embedVisible && ( - + + the counter + + {count % 2 === 0 ? "yes" : "no"} + + )} {embedVisible && (