Closed shilman closed 3 years ago
arg... it's been removed in a patch version...
A issue has been created: https://github.com/remix-run/history/issues/903
upgrading to ^6.0.0-beta.8 should fix this...
Hurrah!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.4.0-beta.26 containing PR #16554 that references this issue. Upgrade today to the @next
NPM tag to try it out!
npx sb upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
I'm still seeing this in my upgraded project as well as in the stackblitz repro above. Forked the repro and ensured latest deps were installed and the problem persists. Is this working for you @ndelangen?
@bmayen yes it's also failing for me in a fresh project. @ndelangen any ideas?
can confirm that reverting to beta.18 works in the meantime
Damnit, I guess I have to version lock the version of history
to 5.0.0
exactly then?
➤ YN0018: │ react-router-dom@npm:6.0.0-beta.8: The remote archive doesn't match the expected checksum
➤ YN0018: │ react-router@npm:6.0.0-beta.8: The remote archive doesn't match the expected checksum
???
Shiver me timbers!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.4.0-beta.27 containing PR #16560 that references this issue. Upgrade today to the @next
NPM tag to try it out!
npx sb upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
@bmayen @ndelangen appears to be working now. great job @ndelangen !!!
Thank you!
Describe the bug
Running an angular repro with 6.4.0-beta.25 results in the error:
I believe this is a result of https://github.com/storybookjs/storybook/pull/16440
This is NOT a problem in a
react
orvue3
project (didn't try others).To Reproduce
or
https://stackblitz.com/github/storybookjs/repro-templates/tree/next/angular?preset=node