-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Vue devtools still broke application #1126
Comments
Vue is a hack by itself :) |
@xar does the error occur when you add the document to the vue-state or before that? |
My Vue related errors went away when I switched to feeding Vue instances raw values from RxDB based queries using JSON.parse() and stringify() instead. That way you don't have two tools trying to make your data reactive. It might even be best practice? |
@PeterKnight yes, using plain objects inside of a components state is recommended by me, because it makes it easier to debug problems. A Note that you can call But this is still a bug and adding RxDocuments to the vue-state should work. I will try to fix. |
I added a better fix and tested it with vue devtools. |
Case
Vue devtools still broke application with rxdb.
Issue
With rxdb 8.1 with vue dev tools enabled I still get error. This time bit different:
I'm really not sure why dataSync$ is undefined.
Info
The text was updated successfully, but these errors were encountered: