(node)
| 9310 | // reading a dimension prop will cause the browser to recalculate, |
| 9311 | // which will let our animations work |
| 9312 | function triggerBrowserReflow(node) { |
| 9313 | node.offsetHeight; // eslint-disable-line no-unused-expressions |
| 9314 | } |
| 9315 | // CONCATENATED MODULE: ./src/utils/createChainedFunction.js |
| 9316 | /** |
| 9317 | * Safe chained function |
no outgoing calls
no test coverage detected
searching dependent graphs…