boxwise / boxtribute

The code base for Boxtribute 2.0, a humanitarian aid web application making it easy to source, store and distribute goods to people in need in a fair and dignified way
https://www.boxtribute.org/
Apache License 2.0
31 stars 12 forks source link

Fix front-end warnings re usage of 'key' #1461

Closed jamescrowley closed 1 month ago

jamescrowley commented 1 month ago
  1. Needs to be explicit key={key}, not hidden in ...props
  2. All list items need them
fhenrich33 commented 1 month ago

Hey @jamescrowley, I handled this (and other linting errors/warnings) here: https://github.com/boxwise/boxtribute/pull/1462

As a follow up to this: https://github.com/boxwise/boxtribute/pull/1460

jamescrowley commented 1 month ago

@fhenrich33 great!