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
this.$__path is not a function error caused by fast-safe-stringify library when used with mongoose. It has been a issue for fast-safe-stringify for a while without fix: davidmarkclements/fast-safe-stringify#43
Is it possible to swap to safe-stable-stringify or provide an option to switch back to normal JSON.stringify()?
The text was updated successfully, but these errors were encountered:
Sure, currently safe-stable-stringify has a behavior of reordering the key of objects which breaks the tests. See issue I will wait until it is fixed to submit a PR.
this.$__path is not a function
error caused byfast-safe-stringify
library when used with mongoose. It has been a issue forfast-safe-stringify
for a while without fix: davidmarkclements/fast-safe-stringify#43Is it possible to swap to safe-stable-stringify or provide an option to switch back to normal
JSON.stringify()
?The text was updated successfully, but these errors were encountered: