garageScript / c0d3-app

C0D3 - Become a Software Engineer the Hard Way
https://www.c0d3.com
MIT License
100 stars 67 forks source link

Upgrade storybook and its addons to v7 #2860

Open flacial opened 1 year ago

flacial commented 1 year ago

Problem

TypeScript won't get upgraded to v5 because of this bug with storybook. And all of storybook addons won't be upgraded to v7. They provided two solutions, a workaround and upgrading to v7.

Solution

After this, you'll have to fix the breaking changes.

On second thought, I think the two links are the same.

flacial commented 1 year ago

Related to https://github.com/garageScript/c0d3-app/pull/2859

flacial commented 1 year ago

There are a few issues preventing the migration:

flacial commented 1 year ago

Currently, we can't upgrade to v7 because of a memory leak when building and starting up storybook.