-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
"Attempted to resolveName for an unsupported path" error #902
Comments
jdelStrother
changed the title
"Attempted to resolveName for an unsupported path"
"Attempted to resolveName for an unsupported path" error
Mar 1, 2024
@jdelStrother did you ever solve this? I'm running into the same error with storybook 8 |
No, sorry - I decided to stick with storybook 7 till this got worked out |
Hey guys, any idea what is causing this?! Having the same issue suddenly with storybook v8. |
toxsick
added a commit
to fuf-stack/uniform
that referenced
this issue
May 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-docgen seems to fail on this file:
producing:
I'm using react-docgen 7.0.3. Curiously, the docgen playground doesn't throw an error on the same file, correctly reporting that it doesn't have a component definition.
Replacing the object-function-shorthand with arrow functions seems to sidestep the issue:
The text was updated successfully, but these errors were encountered: