Skip to content

Commit 78c34a7

Browse files
committed
Add key
1 parent 5975781 commit 78c34a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default () => {
1010
<div className="fixed top-0 left-0 flex flex-col ml-3">
1111
{['default', 'sm', 'lg', 'xl'].map((s) => (
1212
<button
13+
key={s}
1314
type="button"
1415
className={`border mt-3 px-4 focus:outline-none ${
1516
size === s ? 'border-black' : ''

0 commit comments

Comments
 (0)