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
After using openDBChannel with a where clause, I tried adding new documents and removing existing documents matching the condition in the where clause. The state is not updated in either case. Removing the where clause allows things to work as expected.,
The text was updated successfully, but these errors were encountered:
I think I have a somewhat related issue to this, I use openDBChannel with a where clause on one component, then I closeDBChannel in the beforeDestroy hook. On another component when mounting I use openDBChannel without a where clause, but it doesn't pull through the rest of the documents, only the ones from the previous where clause?
After using openDBChannel with a where clause, I tried adding new documents and removing existing documents matching the condition in the where clause. The state is not updated in either case. Removing the where clause allows things to work as expected.,
The text was updated successfully, but these errors were encountered: