devalue
devalue copied to clipboard
Gets the job done when JSON.stringify can't
This pull request gives a _better UX_ to a developer using nuxt. Right now, if an error is thrown and that cannot be stringified, the only thing shown is the...
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...
nuxt-contrib/devalue does not handle toJSON properly. There was a fix made earlier and there is an open pull request for another fix. However, that pull request is not correct either....
Nuxt uses devalue to pass vuex state from server- to client-side. And at the moment devalue converts simple objects to "json format" as is, key by key. But sometimes it...
Hi, does the fork follows the original project or is it planned to ba a standalone project? If it is still related to the original one, I would be glad...
When `@nuxt/[email protected]` is used with `[email protected]`, the follow error is raised. ``` node_modules/iles/dist/client/app/utils.ts:2:38 - error TS7016: Could not find a declaration file for module '@nuxt/devalue'. '/node_modules/@nuxt/devalue/dist/devalue.mjs' implicitly has an 'any'...