Skip to content

Commit

Permalink
Blocks: Update '__experimentalHasContentRoleAttribute' deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Sep 24, 2024
1 parent 327ff86 commit f092c92
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 f092c92

Please sign in to comment.