@fto-consult/expo-ui 6.73.1 → 6.73.2

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": "6.73.1",
3
+ "version": "6.73.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -166,7 +166,7 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
166
166
  testID = defaultStr(testID,"RNSWRDatagridComponent");
167
167
  React.useEffect(()=>{
168
168
  showProgressRef.current = false;
169
- },[showProgressRef.current]);
169
+ });
170
170
  const {error, isValidating,isLoading,data:result,refresh} = useSWR(fetchPath,{
171
171
  fetcher : (url,opts)=>{
172
172
  if(!isInitializedRef.current) {