- Published on
Issue 01 - Fix Child Key Prop Warning
- Authors
- Name
- MDolce
Table of Contents
Error we need to solve:
Warning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <ul>. See https://reactjs.org/link/warning-keys for more information.
at li`
Assumptions:
- Start with LatestArticles component
- Check ListLayouts
Solution?
TBD
REF(s):
TBD