pull/2307/head
Rich Harris 7 years ago committed by GitHub
parent d6b9991d3d
commit 88366b9ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ function MoreRealisticComponent(props) {
<p>Selected {selected ? selected.name : 'nothing'}</p>
<ul>
${props.items.map(item =>
{props.items.map(item =>
<li>
<button onClick={() => setSelected(item)}>
{item.name}

Loading…
Cancel
Save