Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Last active April 18, 2021 05:12
Show Gist options
  • Save davidgilbertson/71262a1c72026b4c2556c4a797cfabbb to your computer and use it in GitHub Desktop.
Save davidgilbertson/71262a1c72026b4c2556c4a797cfabbb to your computer and use it in GitHub Desktop.
<List
items={notProducts}
renderItem={notAProduct => (
<p>
{notAProduct.name}: {notAProduct.code}
</p>
)}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment