@flagship.io/react-sdk 3.0.3-alpha.1 → 3.0.3-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -224,6 +224,7 @@ export const FlagshipProvider = ({
|
|
|
224
224
|
}, handleDisplay());
|
|
225
225
|
};
|
|
226
226
|
FlagshipProvider.defaultProps = {
|
|
227
|
-
activateDeduplicationTime:
|
|
228
|
-
hitDeduplicationTime:
|
|
227
|
+
activateDeduplicationTime: 2,
|
|
228
|
+
hitDeduplicationTime: 2,
|
|
229
|
+
fetchNow: true
|
|
229
230
|
};
|
|
@@ -248,6 +248,7 @@ export var FlagshipProvider = function FlagshipProvider(_ref) {
|
|
|
248
248
|
}, handleDisplay());
|
|
249
249
|
};
|
|
250
250
|
FlagshipProvider.defaultProps = {
|
|
251
|
-
activateDeduplicationTime:
|
|
252
|
-
hitDeduplicationTime:
|
|
251
|
+
activateDeduplicationTime: 2,
|
|
252
|
+
hitDeduplicationTime: 2,
|
|
253
|
+
fetchNow: true
|
|
253
254
|
};
|