You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing addon-visual-tests on our repo some stories got broken.
We get ReferenceError: regeneratorRuntime is not defined error in stories and chromatic test run is failing on those stories.
Just to be clear those stories working prefectly fine without addon-visual-tests.
After diving into the error, it is happening on stories where we use internal old package that we cannot update since it deprecated but some team still using it and we'll have to support it for a while.
This is a dropdown package using old downshift version (details below)
To reproduce
to mimic the internal package you can try to create package with the following dependencies:
OS X - Chrome -Storybook 8 - "@chromatic-com/storybook": "^1.3.3"
But happens in chromatic cloud as well
You can dm me if you want me to provide chromatic build url.
The text was updated successfully, but these errors were encountered:
... or only when running local builds with the addon?
... or does the error also happen when running normal Chromatic builds via CI (with the addon installed)
I'm trying to pinpoint if merely having the addon installed causes this error, or if this error only occurs when you trigger local builds with the addon.
Happens only when addon-visual-tests is on in all options locally, static build, chromatic storybook (both locally and normal build).
Seems to be related to installing the addon.
Describe the bug
After installing addon-visual-tests on our repo some stories got broken.
We get
ReferenceError: regeneratorRuntime is not defined
error in stories and chromatic test run is failing on those stories.Just to be clear those stories working prefectly fine without addon-visual-tests.
After diving into the error, it is happening on stories where we use internal old package that we cannot update since it deprecated but some team still using it and we'll have to support it for a while.
This is a dropdown package using old downshift version (details below)
To reproduce
to mimic the internal package you can try to create package with the following dependencies:
Environment
OS X - Chrome -Storybook 8 -
"@chromatic-com/storybook": "^1.3.3"
But happens in chromatic cloud as well
You can dm me if you want me to provide chromatic build url.
The text was updated successfully, but these errors were encountered: