storybook-addon-remix-react-router icon indicating copy to clipboard operation
storybook-addon-remix-react-router copied to clipboard

Update to support storybook 10

Open martijndormans opened this issue 5 months ago • 4 comments

@quinnturner I fixed the comment you made on PR: #96 I kinda need it very fast for my project at work hence I fixed the comment for you.

martijndormans avatar Nov 05 '25 13:11 martijndormans

I apologize, but I am not a maintainer. I commented on that ticket to expedite the turnaround for this change, aiming to avoid an extra back-and-forth between the author and maintainer.

I still don't think you need to wait for this change to get merged to use Storybook 10 in your project because this package already exports ESM.

quinnturner avatar Nov 05 '25 14:11 quinnturner

Ah okay I did not know that

Yis it would work, but than I would need to install it with npm i --legacy-peer-deps I am not a fan of that, Storybook should not interfere with my normal development work. And this is interfering.

martijndormans avatar Nov 06 '25 10:11 martijndormans

Maybe @JesusTheHun can take a look at this PR then?

martijndormans avatar Nov 06 '25 10:11 martijndormans

uhm, wtf guys :smile:

Just wait, this is (I presume) volunteer-run opensource project.

Couple of points in the meantime: just don't update right away? There are no big features in storybook 10 and if you're not running into any bugs, there's no harm.

There are also tools for resolving this kind of issue:

  • --legacy-peer-deps
  • overrides
  • install from git repo branch

Also, taking someone elses work and passing it off as your own is very much against opensource etiquette (you squashed all the commits). Don't do that. For this PR it's mostly whatever, but still.

~~The reason why I didn't resolve the comment because I'd like to first see a comment from maintainer before I go and resolve comments from drive-by-reviewers.~~ Edit: my brain was fried, the comment was good, resolved in my PR.

Finally, if this is interfering with your normal development work, you should probably adjust your process.

CodeWitchBella avatar Nov 07 '25 15:11 CodeWitchBella