diff --git a/packages/create-snowpack-app/templates/app-template-react/src/App.jsx b/packages/create-snowpack-app/templates/app-template-react/src/App.jsx index d2b0d5c2d4..818874998e 100644 --- a/packages/create-snowpack-app/templates/app-template-react/src/App.jsx +++ b/packages/create-snowpack-app/templates/app-template-react/src/App.jsx @@ -3,15 +3,12 @@ import logo from './logo.svg'; import './App.css'; function App() { - // TODO: Remove before merging, this was just for fast-refresh testing - const [counter, setCounter] = useState(5); - setTimeout(() => setCounter(counter + 1), 1000); return (
logo

- {counter} Edit src/App.jsx and save to reload. + Edit src/App.jsx and save to reload.