summaryrefslogtreecommitdiff
path: root/examples/framework-react/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-react/src')
-rw-r--r--examples/framework-react/src/pages/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/src/pages/index.astro b/examples/framework-react/src/pages/index.astro
index 69b9c6d44..a62427dd9 100644
--- a/examples/framework-react/src/pages/index.astro
+++ b/examples/framework-react/src/pages/index.astro
@@ -33,9 +33,9 @@ import Counter from '../components/Counter.jsx'
</head>
<body>
<main>
- <Counter:visible>
+ <Counter client:visible>
<h1>Hello React!</h1>
- </Counter:visible>
+ </Counter>
</main>
</body>
</html>