We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33321f6 commit 4347a78Copy full SHA for 4347a78
1 file changed
103/src/App.tsx
@@ -60,7 +60,7 @@ function App() {
60
}, [ selectedIndex, options ] );
61
62
return (
63
- <div style={{paddingBlock: '50vh'}}>
+ <>
64
Basic React App<br />
65
選択値: { selectedIndex }<br />
66
<button
@@ -120,7 +120,7 @@ function App() {
120
</FloatingPortal>
121
) }
122
<div>後続のコンテンツ</div>
123
- </div>
+ </>
124
);
125
}
126
0 commit comments