-
-
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]: Code of React components showing as <forwardRef> #22287
Comments
I got the same |
@felipefialho I want to work on this issue. i can solve this issue please assign me. |
You might be able to get the component name to display correctly in the story source by setting |
Hey @felipefialho thanks for reporting the issue. It will be fixed in the next patch release of Storybook 8! Antes tarde do que nunca 🤞! |
storybook 8.3.2 is out, and issue is still here right ? |
I'm on storybook version 8.3.6. In our case, we are using a component imported directly from MUI in our stories. If we wrap the component and use the wrapped one in storybook, we see what we are looking for, otherwise we see our implementation is basically this:
Our code snippet looks like so:
|
Issue is still here! |
Please reopen as the issue still exists in 8.4.7 |
@yannbf could you please reopen this? Issue is still present on latest, exact same scenario described by @mdedwards09 |
Describe the bug
I'm using the generated React components of Stencil Output React inside a Storybook instance running with React, everything works perfectly but when I click to check the component code it appears as follows:
The correct view should be:
I haven't found anything that could help me with this, especially since these wrappers are automatically generated by the Stencil and I have no way of modifying the output.
Can anyone help me?
To Reproduce
No response
System
Additional context
The text was updated successfully, but these errors were encountered: