0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00

revert change that is not needed

This commit is contained in:
Emanuele Stoppa 2024-06-26 14:11:22 +01:00
parent ed69f8f98e
commit 2eb8a84493
2 changed files with 1 additions and 2 deletions

View file

@ -2,4 +2,4 @@
import Counter from './Counter.jsx';
---
<Counter initialCount={5} client:idle />
<Counter initialCount={5} />

View file

@ -60,7 +60,6 @@ function getViteConfiguration(
'react/jsx-runtime',
'react/jsx-dev-runtime',
'react-dom',
``,
],
exclude: [reactConfig.server],
},