@panneau/medias 3.0.253 → 3.0.254

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -1046,7 +1046,7 @@ function MediasBrowser(_ref) {
1046
1046
 
1047
1047
  // dirty fix to bypass global query caching
1048
1048
  useEffect(function () {
1049
- return reload();
1049
+ reload();
1050
1050
  }, [showTrashed]);
1051
1051
  useEffect(function () {
1052
1052
  if (onItemsChange !== null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.253",
3
+ "version": "3.0.254",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "49bd1817ea00cd0de17c9a95a16415bb52990174"
77
+ "gitHead": "aa47872774c9e55b63075ed440668ff63aff14a8"
78
78
  }