hooks icon indicating copy to clipboard operation
hooks copied to clipboard

taro中使用防抖节流会报错

Open wangqi908 opened this issue 3 years ago • 2 comments

image image

wangqi908 avatar Jan 21 '22 06:01 wangqi908

ahooks 版本?3.x 的应该已经解决过类似的问题。

brickspert avatar Jan 21 '22 06:01 brickspert

真机下的错误,taro中找到的:

Object.assign(global, { Array: Array, Date: Date, Error: Error, Function: Function, Math: Math, Object: Object, RegExp: RegExp, String: String, TypeError: TypeError, setTimeout: setTimeout, clearTimeout: clearTimeout, setInterval: setInterval, clearInterval: clearInterval });

laolaolulu avatar Mar 09 '22 00:03 laolaolulu

useThrottleFn 也会出现同样的问题,版本 3.7.7 image image

zengyayao avatar May 04 '23 08:05 zengyayao