Code Monkey home page Code Monkey logo

Comments (5)

RyanClementsHax avatar RyanClementsHax commented on July 24, 2024

Hi! Thanks for opening this issue.

I'm having trouble recreating the issue. All of the examples work just fine for me. Could you create a minimal reproduction example?

It might help to know that I recently found out that because of some package resolutions that storybook has, the version of css loader that's actually resolved is v3.x. This leads me to ask the following question: is this a bug that in theory should happen, or is this something you're actually seeing?

Btw, I agree, it's totally expected to think that this addon should break given the info you just gave.

from storybook-addon-next.

volkyeth avatar volkyeth commented on July 24, 2024

Ok, this is more complex than I thought at first. The issue is surfaced in my project by a workaround to #23 that is using "nohoist" on the yarn workspace to keep the node_modules of storybook-addon-next on the same folder it's used, like so:

Doing this decouples the versions of css-loader required by other dependencies from the one required by storybook-addon-next ([email protected]), making the error I reported manifest.

I would still say this is a bug, despite manifesting only in specific circumstances, because storybook-addon-next is incorrectly reporting it supports css-loader >= 6.0.0, so if the other dependencies upgraded their css-loader version this package would break in regular scenarios too.

I'm still trying to setup a minimal reproduction scenario based on the one I created for #23, but it's becoming a nightmare because it seems the upstream storybook packages don't bode well with yarn workspaces too :/

from storybook-addon-next.

RyanClementsHax avatar RyanClementsHax commented on July 24, 2024

So turns out css-loader isn't even needed as a dependency so removing the dependency altogether should work for you right?

See #25

from storybook-addon-next.

RyanClementsHax avatar RyanClementsHax commented on July 24, 2024

@volkyeth I'm pretty much good to go with your solution in #24. I'm just wondering if updating the examples' yarn.lock files would be a nice sanity check to make sure everything installs properly (I've been bitten by package resolution errors one too many times)

from storybook-addon-next.

github-actions avatar github-actions commented on July 24, 2024

🎉 This issue has been resolved in version 1.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

from storybook-addon-next.

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.