@ssplib/react-components 0.0.178 → 0.0.179

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.
@@ -114,7 +114,7 @@ function Table({ columns, fetchFunc, emptyMsg = {
114
114
  status: 500,
115
115
  });
116
116
  });
117
- }, [userLoaded]);
117
+ }, [userLoaded, fetchFunc]);
118
118
  const getCount = (0, react_1.useCallback)((countData) => {
119
119
  if (countData.length <= 0)
120
120
  return 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",