@fto-consult/expo-ui 7.6.50 → 7.6.51

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": "7.6.50",
3
+ "version": "7.6.51",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -192,7 +192,7 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
192
192
  delete opts.offset;
193
193
  }
194
194
  opts.url = opts.path = url;
195
- if(showProgressRef.current ===false){
195
+ if(showProgressRef.current ===false || typeof forceRefreshRef.current !=='boolean'){
196
196
  opts.showError = false;
197
197
  }
198
198
  const end = (a)=> {