fetcherStore.fetch promise will never be resolved when the data is empty
BrRenat opened this issue · 4 comments
BrRenat commented
If the data is undefined or zero or empty string and etc, your promise will fail on timeout. To ensure that we don't wait for the API response, we should add a check for the loading property.
BrRenat commented
Sorry, the error has not occurred, but promise will never be resolved