@fto-consult/expo-ui 8.64.0 → 8.64.1
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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.64.
|
3
|
+
"version": "8.64.1",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
|
6
6
|
"scripts": {
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"dependencies": {
|
70
70
|
"@emotion/react": "^11.11.1",
|
71
71
|
"@faker-js/faker": "^8.0.2",
|
72
|
-
"@fto-consult/common": "^4.39.
|
72
|
+
"@fto-consult/common": "^4.39.11",
|
73
73
|
"@fto-consult/node-utils": "^1.7.1",
|
74
74
|
"apexcharts": "^3.48.0",
|
75
75
|
"file-saver": "^2.0.5",
|
package/src/context/Provider.js
CHANGED
@@ -114,7 +114,7 @@ const Provider = ({children,getTableData,handleHelpScreen,navigation,swrConfig,a
|
|
114
114
|
const activeScreenRef = React.useRef('');
|
115
115
|
const appStateRef = React.useRef({});
|
116
116
|
const swrRefreshTimeout = defaultNumber(swrConfig?.refreshTimeout,SWR_REFRESH_TIMEOUT)
|
117
|
-
swrConfig = extendObj({
|
117
|
+
swrConfig = extendObj({},{
|
118
118
|
provider: () => new Map(),
|
119
119
|
dedupingInterval : swrRefreshTimeout,
|
120
120
|
errorRetryInterval : Math.max(swrRefreshTimeout*2,SWR_REFRESH_TIMEOUT),
|