Issue Regarding polyfills.ts file when I am trying to publish my storybook to Chromatic #25057
Unanswered
ASH-KING-OP
asked this question in
Documentation
Replies: 2 comments
-
Can you provide a minimal reproduction somehow? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You'll have to fix this in the built Storybook, reproducible via From a quick look, the error message seems to involve your component's code and not Storybook itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys,
I have developed a Storybook in angular and when I am trying to publish my storybook in chromatic I am getting an error ( Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js. )
Also I am able to build my storybook but facing this error when publishing
I Have Commented my polyfills.ts file but still I am getting an error
My Storybook version is 6.5.8
Here's The Screenshot of the error
Please help me guys as I have been facing this error for quite a long time now !!
Beta Was this translation helpful? Give feedback.
All reactions