devalue icon indicating copy to clipboard operation
devalue copied to clipboard

Nuxt2 axios CancelToken WARN Cannot stringify arbitrary non-POJOs CancelToken

Open devsepnine opened this issue 2 years ago • 0 comments

Version nuxt: ^2.15.8 node: v16.13.2 @nuxtjs/axios : ^5.13.6 Reproduction Sample repo : https://github.com/n0ch4t/nuxt2-non-POJOs Code SandBox: https://codesandbox.io/s/brave-wildflower-3mvbu6?file=/pages/index.vue

Steps to reproduce The following warn log occurs when accessing the top-level address after running the sample project. refresh

**====================================================== WARN Cannot stringify arbitrary non-POJOs CancelToken

WARN Cannot stringify a function cancel ======================================================**

What is Expected? Warn logs should not occur.

How can we handle this?

devsepnine avatar May 17 '22 09:05 devsepnine