Skip to content

Commit

Permalink
delete assertion to check whether any caller is setting voicingHintRe…
Browse files Browse the repository at this point in the history
…sponse, #773
  • Loading branch information
pixelzoom committed Jul 6, 2022
1 parent 9d76b86 commit bcdc5bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/buttons/RectangularRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export default class RectangularRadioButtonGroup<T> extends FlowBox {
'Accessibility is provided by RectangularRadioButton and RectangularRadioButtonItem.labelContent. ' +
'Additional PDOM content in the provided Node could break accessibility.' );

assert && assert( !providedOptions || !providedOptions.voicingHintResponse, 'voicingHintResponse is not supported' );

const options = optionize<RectangularRadioButtonGroupOptions, SelfOptions, FlowBoxOptions>()( {

// SelfOptions
Expand Down

0 comments on commit bcdc5bb

Please sign in to comment.