You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When disabling the experimental flag renderJsonPayloads in nuxt.config.ts, the warning Cannot stringify arbitrary non-POJOs RefImpl appears when running the project
Additional information
When using @pinia/nuxt 0.5.5 there is no warning
The text was updated successfully, but these errors were encountered:
Reproduction
https://stackblitz.com/edit/nuxt-starter-ecn4etzx
Steps to reproduce the bug
Expected behavior
No warning
Actual behavior
When disabling the experimental flag
renderJsonPayloads
innuxt.config.ts
, the warningCannot stringify arbitrary non-POJOs RefImpl
appears when running the projectAdditional information
When using @pinia/nuxt 0.5.5 there is no warning
The text was updated successfully, but these errors were encountered: