Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/test-launch-lever/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ function App() {
{pfx_123 === "on" && <button onClick={() => setCount((count) => count + 1)}>
count is {count}
</button>}
{
pfx_1255 === "on" && <p>
Edit <code>src/App.tsx</code> and save to test HMR
</p>
}
{
pfx_1255 === "on" && <p>
Edit <code>src/App.tsx</code> and save to test HMR
</p>
}

</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more
Expand Down
Loading