@fto-consult/expo-ui 6.77.5 → 6.77.6

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.77.5",
3
+ "version": "6.77.6",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -291,7 +291,7 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
291
291
  });
292
292
  React.useEffect(()=>{
293
293
  showProgressRef.current = false;
294
- });
294
+ },[showProgressRef.current]);
295
295
  return (
296
296
  <Datagrid
297
297
  testID = {testID}