-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Description
Hey all, running in to a problem, would love some guidance.
I'm using the incremental indexeddb adapter created by @radex . I've had success with Vanilla Loki - as well as with the normal IndexedDB adapter, but really like the look of the Incremental Adapter.
I have about 20 collections, of varying sizes. All of them have the following settings:
- a proto define to inflate on load
- lazyLoad: true
- clone: true
- clone_method: shallow-assign
- The collection name is in the adapter options list for "lazyCollections".
I've tried this setup with all of the lazy settings turned off - both in individual collections and the adapter definition.
I'm at a bit of a loss on how to proceed. I've combed through all of the code that leads to that line, but can't figure out how to get my data loaded from idb for some of my collections. Notably, not all collections have this issue.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels