dp-1a

Results 4 comments of dp-1a

Probably a typo in the code example in the chapter "Most things are expressions"? ``` let myBool = true; /* should be myBook? */ let print(if (myBook) "yes" else "no");...

Hi, did anyone find the root cause for this problem? Because I'm experiencing the same issue. @Dimillian what did it solve in the end? You removed all references to the...

@strangeliu Same for me, there was no reference to the store. Had to disable the Swift compiler optimisations as well.

Hi, after a bit of investigation it seems to be related to what you do in the reducer, but it seem it is not actually a bug in ReSwift. As...