()
| 351 | return data.items.find(item => getKey(item) === key); |
| 352 | }, |
| 353 | reload() { |
| 354 | dispatchFetch({type: 'loading'}, load); |
| 355 | }, |
| 356 | loadMore() { |
| 357 | // Ignore if already loading more or if performing server side filtering. |
| 358 | if ( |
nothing calls this directly
no test coverage detected