()
| 139 | } |
| 140 | |
| 141 | fetchPage() { |
| 142 | const { countQuery, countResult } = this.props; |
| 143 | |
| 144 | if (countResult.shouldLoad) { |
| 145 | this.props.queryEntities({ query: countQuery }); |
| 146 | } |
| 147 | } |
| 148 | |
| 149 | fetchComponents() { |
| 150 | import(/* webpackChunkName:'pdf-lib' */ 'react-pdf').then( |
no outgoing calls
no test coverage detected