MobileNativeFoundation / Store

A Kotlin Multiplatform library for building network-resilient applications
https://mobilenativefoundation.github.io/Store/
Apache License 2.0
3.16k stars 197 forks source link

Fix launchPagingStore #603

Closed matt-ramotar closed 6 months ago

matt-ramotar commented 7 months ago

Closes #602

Description

The cause of #602 is we were not synchronizing updates to single items with the collection they belong to. This PR fixes that by handling the streaming and updating of single item data within a collection.

Other changes:

Type of Change

Test Plan

Checklist:

Before submitting your PR, please review and check all of the following:

Additional Notes:

matt-ramotar commented 6 months ago

Closing. See #611