element-vir 20.0.3 → 20.0.4

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.
@@ -46,7 +46,9 @@ function setupAsyncProp(init) {
46
46
  * handled so it doesn't throw errors in the browser.
47
47
  */
48
48
  });
49
- rejectValue(ensureError(reason));
49
+ const error = ensureError(reason);
50
+ console.error(error);
51
+ rejectValue(error);
50
52
  }
51
53
  });
52
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-vir",
3
- "version": "20.0.3",
3
+ "version": "20.0.4",
4
4
  "keywords": [
5
5
  "custom",
6
6
  "web",