()
| 42 | |
| 43 | class DropdownMenu extends React.Component { |
| 44 | getRole() { |
| 45 | if (this.context.menuRole === 'listbox') { |
| 46 | return 'listbox'; |
| 47 | } |
| 48 | return 'menu'; |
| 49 | } |
| 50 | |
| 51 | render() { |
| 52 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…