Skip to content

Commit

Permalink
refactor: Remove unnecessary key
Browse files Browse the repository at this point in the history
The inner blocks list now sets a key on a wrapping view, rather than via
the `renderItem` function. Thus, this key is no superfluous.
  • Loading branch information
dcalhoun committed May 10, 2023
1 parent 621b244 commit 445a5b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export default function BlockList( {
<BlockListItem
index={ index }
isStackedHorizontally={ isStackedHorizontally }
key={ clientId }
rootClientId={ rootClientId }
clientId={ clientId }
parentWidth={ parentWidth }
Expand Down

0 comments on commit 445a5b1

Please sign in to comment.