关于useMemoizedFn的this的一些疑惑 #1560
-
这里memoizedFn.current 返回的函数,参数列表是(this, ...args), 这种情况下包装函数如fn(a, b, c), 在调用时实际效果是否会变成fn(b, c)? |
Beta Was this translation helpful? Give feedback.
Answered by
brickspert
Apr 18, 2022
Replies: 1 comment
-
参考:#1464 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hanzc0106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考:#1464