Skip to content

Commit

Permalink
Blocks: Update '__experimentalHasContentRoleAttribute' deprecation (#…
Browse files Browse the repository at this point in the history
…65616)


Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: youknowriad <[email protected]>
  • Loading branch information
3 people authored and noisysocks committed Sep 30, 2024
1 parent f5b3202 commit 530fe2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/blocks/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ export const __experimentalHasContentRoleAttribute = ( ...args ) => {
deprecated( '__experimentalHasContentRoleAttribute', {
since: '6.7',
version: '6.8',
alternative: 'hasContentRoleAttribute',
hint: 'This is a private selector.',
} );
return privateHasContentRoleAttribute( ...args );
Expand Down

0 comments on commit 530fe2f

Please sign in to comment.