@smart-factor/gem-ui-components 0.0.87 → 0.0.88

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.
@@ -211766,8 +211766,10 @@ function noop$1() {
211766
211766
  const useGetFileUrl = (x) => {
211767
211767
  const [B, N] = useState(null);
211768
211768
  return useEffect(() => {
211769
- if (!x)
211769
+ if (!x) {
211770
+ N(null);
211770
211771
  return;
211772
+ }
211771
211773
  const r0 = new FileReader();
211772
211774
  r0.onloadend = () => {
211773
211775
  N(r0.result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",