Skip to content
Discussion options

You must be logged in to vote

The biggest difference I notice is here:

// v7
reactDocgen: 'react-docgen-typescript'

// v10
reactDocgen: 'react-docgen'

If your components are TypeScript-heavy, that alone can absolutely be why the props/ArgsTable-style tabs disappeared.

In v7 you were also passing reactDocgenTypescriptOptions, which means Storybook had a lot more TS metadata available. In v10, switching to plain react-docgen is a common reason for docs losing prop details.

So the first thing I’d try is switching back to TS docgen support (or otherwise restoring the equivalent metadata pipeline) rather than looking at the tabs UI itself.

I’d start there before digging into anything else.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant