-
Notifications
You must be signed in to change notification settings - Fork 3
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
No data for some collections #11
Comments
FYI. |
I wasn't able to repro this. If you can provide a minimal repro, that would be helpful. Can you repro when not using |
You can use this repo: https://github.com/harry-73/jam-offline-meteor It is with Vite. |
Did you have to look at the repo? Thanks. |
Thanks for the repo. I just published |
I confirm. It is fixed. |
When a subscription is made very early in the startup process on a app, the collection inside the indexedDB remains empty.
It is like the package is still not initialized.
I have a top-level App component and Foo component embedded into App. If the subscription is in App Component, the indexedDB collection is empty. If I put it inside Foo component it is OK.
The text was updated successfully, but these errors were encountered: