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.
- Update our Vercel build step to use Node.js v16
- Upgrading webpack to v5
On second thought, I think the two links are the same.
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.