@fto-consult/expo-ui 6.73.13 → 6.73.14

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.13",
3
+ "version": "6.73.14",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -220,7 +220,7 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
220
220
  dataRef.current = data;
221
221
  totalRef.current = total;
222
222
  return {data,total};
223
- },[result,customIsLoading,isLoading])
223
+ },[result,loading])
224
224
  React.useEffect(()=>{
225
225
  setTimeout(x=>{
226
226
  if(error && innerRef.current && innerRef.current.isLoading && innerRef.current.isLoading()){