tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

Improvement on AnyReducer Pullback #100

Closed dikasetiadi closed 11 months ago

dikasetiadi commented 11 months ago

Currently when our AnyReducer code trigger an action-specific-cases state that not match with current case state, it will not raise any warning. we need to improve this part as we are using CasePath state in our many cases features.

Read more on This Issue