Congyao Zheng

Results 16 comments of Congyao Zheng

Hi, Regarding this: > it could still be ambiguous where the event came from Could you give us an example (a code piece or implementation steps) of using `addAction()` which...

Here is a possible workaround for me with useFetch hook in Nuxt. ``` useFetch(url, { $fetch: createFetch({ fetch: globalThis.fetch, Headers: globalThis.Headers, }), ...options, }); ``` Maybe this could be better...