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

Vendored custom dump #80

Closed adityadaniel closed 1 year ago

jeffersonsetiawan commented 1 year ago

please add development pod spec ya niel

adityadaniel commented 1 year ago

Need to cherrypick PR #75 and #78 because I forgot to sync with latest main before 0.47.2 merge.

Reason: When I integrate this PR before cherry pick, I got this error on ListNode.swift

Initializer 'init(_:)' requires that 'T' conform to 'HashDiffable'

@jeffersonsetiawan