zhanghaobin
Results
1
comments of
zhanghaobin
@rschristian Is there a plan to fix this issue? Currently I'm using the following workaround to avoid it: ``` export const fn = async (...args: unknown[]) => { const argsCopy...