Skip to content

Commit

Permalink
fix(storybook): Adds patch for storybook/addons to resolve promise bug (
Browse files Browse the repository at this point in the history
#1906 by @dannyhw)

Fixes  #1860, #1826, and #1769
  • Loading branch information
dannyhw authored Mar 1, 2022
1 parent b7e7a1f commit 0beee77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions boilerplate/patches/@storybook+addons+5.3.21.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/node_modules/@storybook/addons/dist/index.js b/node_modules/@storybook/addons/dist/index.js
index 589d611..81bc9e7 100644
--- a/node_modules/@storybook/addons/dist/index.js
+++ b/node_modules/@storybook/addons/dist/index.js
@@ -8,8 +8,6 @@ require("core-js/modules/es.object.to-string");

require("core-js/modules/es.object.values");

-require("core-js/modules/es.promise");
-
require("core-js/modules/web.dom-collections.for-each");

Object.defineProperty(exports, "__esModule", {

0 comments on commit 0beee77

Please sign in to comment.