pointfreeco / episode-code-samples

💾 Point-Free episode code.
https://www.pointfree.co
MIT License
939 stars 289 forks source link

Make 95 sample code build #54

Closed kaandedeoglu closed 4 years ago

kaandedeoglu commented 4 years ago

The project was failing to build due to a mismatch between AppState.isNthPrimeButtonDisabled & CounterFeatureState.isNthPrimeRequestInFlight. This PR fixes the build error as well as logically renaming the AppState counterpart to isNthPrimeRequestInFlight as well.