-
Notifications
You must be signed in to change notification settings - Fork 205
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
[Feature Request] Add converter to StoreBuilder #554
Comments
Maybe storebuilder.withConverter? |
I would like to add a comment as I think this is my case. Now I am using Store4 and the Could a potential Converter cover this case? Update: |
The documentation shows this as being included already, but as of 5.0.0-beta1 it's not. Note in the docs the return type is https://mobilenativefoundation.github.io/Store/mutable-store/building/builder/ |
Hello! apologies for this breaking change, I'm at a conference this week but will take a look over weekend/next week. I think this was an unintended breaking change from an alpha where we had mutable store being a behavior of store rather than a proxy that you wrap a store with. I'll touch base with other maintainer and figure out a path forward. Apologies for the mess :-) |
Hey, any updates here? I'd be happy to contribute this if no one else is already working on it |
I don't believe anyone is and contributions are incredibly appreciated |
Awesome, I'll pick this up then |
https://www.reddit.com/r/androiddev/comments/13mb2sz/comment/jkzutgk/?utm_source=share&utm_medium=web2x&context=3
RealStore
uses the concept of converter but currently it's only possible to configure usingMutableStoreBuilder
The text was updated successfully, but these errors were encountered: