Giter Club home page Giter Club logo

Comments (6)

darroshi avatar darroshi commented on June 18, 2024 4

@itzikd15 did you use
"storybook-addon-designs": "6.3.1",
with storybook 7.0.0-rc.1 ?
I tried, and the Design tab doesn't appear.

from addon-designs.

toyopilgrim avatar toyopilgrim commented on June 18, 2024

I've encountered the same error on yarn check. It seems not specific to 7.0.0-beta.63.
I confirmed that the errors on 7.0.0-beta.46 and 7.0.0-rc.1. By using [email protected], I could avoid the error.

yarn check

error "storybook-addon-designs#@storybook/addon-docs@^6.4.0 || ^7.0.0" doesn't satisfy found match of "@storybook/[email protected]"
[8](https://github.com/linkx-dev/aml-poc-frontend/actions/runs/4395011815/jobs/7696469312#step:6:9)
error "storybook-addon-designs#@storybook/components@^6.4.0 || ^7.0.0" doesn't satisfy found match of "@storybook/[email protected]"
[9](https://github.com/linkx-dev/aml-poc-frontend/actions/runs/4395011815/jobs/7696469312#step:6:10)
error "storybook-addon-designs#@storybook/theming@^6.4.0 || ^7.0.0" doesn't satisfy found match of "@storybook/[email protected]"

from addon-designs.

itzikd15 avatar itzikd15 commented on June 18, 2024

i got the same error as well, downgrading to:
"storybook-addon-designs": "6.3.1",
solved the issue for me as well, thanks!

from addon-designs.

itzikd15 avatar itzikd15 commented on June 18, 2024

i noticed i don't have it either. my solution for now is to do "npm install --legacy-peer-deps" until the fix it.

from addon-designs.

itzikd15 avatar itzikd15 commented on June 18, 2024

currently on Storybook 7.0.0-rc.5 and still it doesn't work.
is it possible to change in this file:
https://github.com/storybookjs/addon-designs/blob/master/packages/storybook-addon-designs/package.json

at the peerDependencies part:

"peerDependencies": {
    "@storybook/addon-docs": "^6.4.0 || ^7.0.0",
    "@storybook/addons": "^6.4.0 || ^7.0.0",
    "@storybook/api": "^6.4.0 || ^7.0.0",
    "@storybook/components": "^6.4.0 || ^7.0.0",
    "@storybook/theming": "^6.4.0 || ^7.0.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },

the option to support version 7 beta and alpha for the @storybook dependencies
@pocka

i created a pull request
#189

from addon-designs.

pocka avatar pocka commented on June 18, 2024

SB7 is now stable. For compatibility issues, please refer to #191 (SB7 support is in-progress #192).

from addon-designs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.