(node)
| 108 | } |
| 109 | |
| 110 | getDimension(node) { |
| 111 | return this.props.horizontal ? node.scrollWidth : node.scrollHeight; |
| 112 | } |
| 113 | |
| 114 | render() { |
| 115 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…