~M•29
Published on

Issue 01 - Fix Child Key Prop Warning

Authors
  • avatar
    Name
    MDolce
    Twitter
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:

  1. Start with LatestArticles component
  2. Check ListLayouts

Solution?

TBD

REF(s):

TBD