(prevProps)
| 25227 | _setComponentRef(this.props.componentRef, this); |
| 25228 | } |
| 25229 | function _onUpdate(prevProps) { |
| 25230 | if (prevProps.componentRef !== this.props.componentRef) { |
| 25231 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 25232 | _setComponentRef(prevProps.componentRef, null); |
| 25233 | _setComponentRef(this.props.componentRef, this); |
| 25234 | } |
| 25235 | } |
| 25236 | function _onUnmount() { |
| 25237 | _setComponentRef(this.props.componentRef, null); |
| 25238 | } |
nothing calls this directly
no test coverage detected