()
| 10 | class ActionSheet extends React.Component { |
| 11 | // shold not update whenever, because nothing rendered |
| 12 | shouldComponentUpdate () { |
| 13 | return false |
| 14 | } |
| 15 | |
| 16 | show () { |
| 17 | const props = this.props |
nothing calls this directly
no outgoing calls
no test coverage detected