()
| 97 | }, [scale, fade, timer]); |
| 98 | |
| 99 | const stopRotation = () => { |
| 100 | if (rotation.current) { |
| 101 | rotation.current.stop(); |
| 102 | } |
| 103 | }; |
| 104 | |
| 105 | React.useEffect(() => { |
| 106 | if (rotation.current === undefined) { |
no outgoing calls
no test coverage detected
searching dependent graphs…