()
| 76 | }, [loading]); |
| 77 | |
| 78 | const stopPolling = () => { |
| 79 | if (pollTimer.current) { |
| 80 | window.clearInterval(pollTimer.current); |
| 81 | pollTimer.current = null; |
| 82 | } |
| 83 | }; |
| 84 | useEffect(() => () => stopPolling(), []); |
| 85 | |
| 86 | // ── 寻书 ── |
no outgoing calls
no test coverage detected