* Cleanup, e.g. on unmount. Clears any pending timers.
()
| 71 | * Cleanup, e.g. on unmount. Clears any pending timers. |
| 72 | */ |
| 73 | dispose() { |
| 74 | this._timers.forEach(clearTimeout); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Determines which items are viewable based on the current metrics and config. |
no outgoing calls
no test coverage detected