Open xn opened 7 years ago
Can fetchFeatures be called more than once?
You should be able to call it multiple times:
this.get('featureFlags') .fetchFeatures() .then((data) => featureFlags.receiveData(data)) .catch((reason) => featureFlags.receiveError(reason));
Can fetchFeatures be called more than once?