Store icon indicating copy to clipboard operation
Store copied to clipboard

[BUG] Examples on https://mobilenativefoundation.github.io/Store/mutable-store/building/builder/ are wrong

Open Marcel348 opened this issue 2 years ago • 0 comments

  1. The first example does not create MutableStore. MutableStoreBuilder should be used instead of StoreBuilder.

  2. The second example Store does not write to cache and SOT after calling store.write function. Because StoreDelegateWriteResult.Error.Exception is thrown in write function of RealStore.kt file with message "java.lang.IllegalStateException: non mutable store never call this function". (possible bug?)

Marcel348 avatar Sep 27 '23 07:09 Marcel348