@ringcentral/juno 2.12.1 → 2.12.2

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.
@@ -222,6 +222,7 @@ var PortalManager = /** @class */ (function (_super) {
222
222
  },
223
223
  onUnmounted: function () {
224
224
  var feedback = _this._feedbackMap.get(id);
225
+ _this._feedbackMap.delete(id);
225
226
  resolveOnClosed(feedback);
226
227
  },
227
228
  props: props,
@@ -220,6 +220,7 @@ var PortalManager = /** @class */ (function (_super) {
220
220
  },
221
221
  onUnmounted: function () {
222
222
  var feedback = _this._feedbackMap.get(id);
223
+ _this._feedbackMap.delete(id);
223
224
  resolveOnClosed(feedback);
224
225
  },
225
226
  props: props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",