@selfcommunity/react-core 0.4.9-alpha.36 → 0.4.9-alpha.37

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.
@@ -206,7 +206,7 @@ function useSCSubscribedGroupsManager(user) {
206
206
  }
207
207
  }
208
208
  return null;
209
- }, [data, loading, cache, authUserId]);
209
+ }, [loading, cache, authUserId]);
210
210
  /**
211
211
  * Empty cache on logout
212
212
  */
@@ -203,7 +203,7 @@ export default function useSCSubscribedGroupsManager(user) {
203
203
  }
204
204
  }
205
205
  return null;
206
- }, [data, loading, cache, authUserId]);
206
+ }, [loading, cache, authUserId]);
207
207
  /**
208
208
  * Empty cache on logout
209
209
  */