SwiftUI-Combine icon indicating copy to clipboard operation
SwiftUI-Combine copied to clipboard

removeDuplicates() should be after map

Open agiguere opened this issue 4 years ago • 0 comments

Hi Peter, I was playing around with your code and found that the removeDuplicates on the isUsernameValidPublisher publisher should be put after the map operator because right now you are broadcasting true or false multiple times at every character change

thanks

agiguere avatar Apr 26 '20 00:04 agiguere