We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783a770 commit f631677Copy full SHA for f631677
packages/block-editor/src/hooks/style.js
@@ -400,9 +400,7 @@ const elementTypes = [
400
*/
401
const withElementsStyles = createHigherOrderComponent(
402
( BlockListBlock ) => ( props ) => {
403
- const blockElementsContainerIdentifier = `wp-elements-${ useId(
404
- BlockListBlock
405
- ) }`;
+ const blockElementsContainerIdentifier = `wp-elements-${ useId() }`;
406
407
// The .editor-styles-wrapper selector is required on elements styles. As it is
408
// added to all other editor styles, not providing it causes reset and global
0 commit comments