Jason Li

Results 3 issues of Jason Li

### 问题出在哪个包 @taroify/core ### 问题出在哪个平台/设备/浏览器 微信小程序 ### 平台/设备/浏览器 _No response_ ### 你正在使用的 Taroify 版本是多少 0.0.29-alpha.8 ### 描述一下您遇到的问题以及重现步骤 使用List,当进行滚动加载时,会多次重复加载请求,应该对该执行进行锁定 ![image](https://user-images.githubusercontent.com/16550983/166894774-e63b54aa-bc09-4d32-b305-c338e0de048a.png) ### 如果可能的话,请包含一个代码框的链接与复制的问题 _No response_ ### 你知道如何解决这个问题吗 _No response_ ### 您是否愿意参与修复这个问题,并创建一个 PR...

bug: need confirm

https://github.com/antonioru/beautiful-react-hooks/blob/ae46e0988e6d85d57088d09e8ec9ca7d90a7fe5d/src/useAudio.ts#L110 **demo:** ```js const UseAudioComponent = () => { const [src, setSrc] = useState(""); const [state, controls] = useAudio(src, { autoPlay: true }); useEffect(() => { setSrc("https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"); }, []); };...

### Issue The lib is not working! ### Description ``` // package.json "react": "^16.13.0", "react-dom": "^16.13.0", "react-shade": "^0.6.0", "typescript": "3.8.3", ``` ``` import Root, { Slot, Style } from 'react-shade';...