-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Story source is showing [object Object]
instead of the component name
#26503
Comments
More Info Trying to use the Story:
Output:
|
@mririgoyen Could you check if you can reproduce this issue in |
I'm using the I have tried import UpButton from './UpButton'
import {UpButtonProps} from './UpButton.type'
delete UpButton.displayName
const UpButtonStories: Meta<UpButtonProps> = {
title: 'Buttons/UpButton',
component: UpButton,
tags: ['autodocs']
} |
Pinning to EDIT: I've stepped down all the way to |
Looks like this issue relates to #20920 |
Hey everyone! This issue is solved in #26566 and will be released soon. Thanks for your patience 🙏 |
Describe the bug
In Storybook v8, when creating a story in CSF format, the source code shown does not include the name of the component, but rather
[object Object]
.To Reproduce
Outputs:
System
Additional context
Was working before the upgrade to v8.
The text was updated successfully, but these errors were encountered: