-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
Context: Tweet shared by @atinux.
For serializing and restoring SSR state, we started using devalue in Nuxt 2. We made a fork @nuxt/devalue in order to prevent hard errors about non-serializable objects plus few security fixes. Since this issue happens less often, we might switch back to upstream. (new custom types, could be also integrated via nuxt plugins)
Note: Newer version requires runtime parser function to be added to app if we want to switch to pure JSON.