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.
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 theAppState
counterpart toisNthPrimeRequestInFlight
as well.