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
Storybook doctor logs revealed that we have two dependencies that might run our storybook into trouble. Both are dependencies of @pxtrn/storybook-addon-docs-stencil which is sadly no longer maintained. The source code seems rather compact, so we might be able to replace it by ourselves.
🩺 checking the health of your Storybook..
╭ Diagnostics ──────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Critical: The following dependencies are duplicated and WILL cause unexpected behavior: │
│ @storybook/core-events: │
│ 7.6.17, 6.5.16 │
│ │
│ │
│ Attention: The following dependencies are duplicated which might cause unexpected behavior: │
│ @storybook/channels: │
│ 7.6.17, 6.5.16 │
│ │
│ │
│ You can find more information for a given dependency by running yarn why <package-name> │
│ │
│ │
│ Please try de-duplicating these dependencies by running yarn dedupe │
│ │
│ ------- │
│ │
│ You can find the full logs in /Users/arbeit/Projects/elements/packages/storybook/doctor-storybook.log │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────╯
The text was updated successfully, but these errors were encountered:
Storybook doctor logs revealed that we have two dependencies that might run our storybook into trouble. Both are dependencies of
@pxtrn/storybook-addon-docs-stencil
which is sadly no longer maintained. The source code seems rather compact, so we might be able to replace it by ourselves.The text was updated successfully, but these errors were encountered: