angentle

Results 3 issues of angentle

```react const timerRef = useRef(null); useEffect(() => { timerRef.current && clearInterval(timerRef.current); timerRef.current = null; if (!activeTime) return; timerRef.current = setInterval(() => { refresh && refresh(); }, activeTime * 1000); return...

![image](https://user-images.githubusercontent.com/20704660/164389355-c9e775a6-efb6-4f79-b9f7-8e89be3e3520.png) [](url) 这是源码18.0.0的目录 而作者提到的 ![image](https://user-images.githubusercontent.com/20704660/164389550-89a74fb5-0069-4d80-807a-8c06511c5dee.png) 并未在v18.0.0发现 "./src/Scheduler"; 导致报错 且按照6个步骤改完后 页面空白。 ![image](https://user-images.githubusercontent.com/20704660/164393208-244b9d57-bf11-4b60-8a0d-4bd33945c1d4.png)

I already run "python examples/web/webui.py",but the button generate doesn't work, Which step was wrong? ![image](https://github.com/user-attachments/assets/0c26102b-dfcd-4fae-97a2-e387dd39acdd) ![image](https://github.com/user-attachments/assets/655eb661-827b-48eb-8853-d62a4016b26c)

help wanted
question