We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not exactly sure what is causing this, besides that I'm doing SS authentication, and trying to store the
‼ warn Cannot stringify arbitrary non-POJOs FeathersVuexModel
I think this could be resolved by adding a toJSON method on the class. Plus in-general it's a good practice.
toJSON
nuxt-contrib/devalue#1
The text was updated successfully, but these errors were encountered:
So is this resolved by adding toJSON? Because I still got warnings "feathers-vuex": "^1.6.2",
"feathers-vuex": "^1.6.2",
Sorry, something went wrong.
@DreaMinder I'm not sure that there's been another release to non since this change @marshallswain do you know?
Lots of them in the pre channel
pre
npm i feathers-vuex@pre
No branches or pull requests
Steps to reproduce
I'm not exactly sure what is causing this, besides that I'm doing SS authentication, and trying to store the
I think this could be resolved by adding a
toJSON
method on the class. Plus in-general it's a good practice.nuxt-contrib/devalue#1
The text was updated successfully, but these errors were encountered: