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
Introduced combineTags, which isn't available in version 0.1.2 of @storybook/csf. I think we'll need to upgrade to 0.1.9 - ComponentDriven/csf@632d12b
To Reproduce
I reproduced this by having version 8.1.10 of the storybook suite with test-runner. You'll see the call stack complains on this line of test-runner:
acc[key].tags = (0, import_csf.combineTags)("test", "dev", ...previewAnnotations.tags, ...csf.meta?.tags || [], ...csf._stories[key].tags || []);
Describe the bug
This commit: 1939323
Introduced
combineTags
, which isn't available in version0.1.2
of @storybook/csf. I think we'll need to upgrade to0.1.9
- ComponentDriven/csf@632d12bTo Reproduce
I reproduced this by having version 8.1.10 of the storybook suite with test-runner. You'll see the call stack complains on this line of test-runner:
acc[key].tags = (0, import_csf.combineTags)("test", "dev", ...previewAnnotations.tags, ...csf.meta?.tags || [], ...csf._stories[key].tags || []);
Saying that
import_csf.combineTags
is undefined.System
Additional context
Adding this fixes it, but isn't ideal:
Thanks so much for the work here, it's been invaluable in our org.
The text was updated successfully, but these errors were encountered: