Skip to content

Commit

Permalink
Removing innerprops from wrapper so that it doesn't create a new grou…
Browse files Browse the repository at this point in the history
…p block (#49783)
  • Loading branch information
ramonjd authored Apr 13, 2023
1 parent 724f577 commit 6d9a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/group/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function GroupEdit( {
}
/>
{ showPlaceholder && (
<View { ...innerBlocksProps }>
<View>
{ innerBlocksProps.children }
<GroupPlaceHolder
clientId={ clientId }
Expand Down

1 comment on commit 6d9a82b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 6d9a82b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4685191826
📝 Reported issues:

Please sign in to comment.