We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the following error when I run my buildDocs script:
buildDocs
.../resolver/findExportedComponentDefinition.js:107 throw new Error(ERROR_MULTIPLE_DEFINITIONS)
This error still occurs even after I add the resolver option:
--resolver findAllExportedComponentDefinitions
I have seen a previous issue with the similar problem here: #213
I have multiple exports for Redux connected components for ease of testing.
And as more background info, my application utilizes TypeScript, React, and Redux. I am using react-docgen v5.0.0-beta.1
v5.0.0-beta.1
The text was updated successfully, but these errors were encountered:
The error is only thrown in findExportedComponentDefinition, so if you change the resolver it should not throw.
findExportedComponentDefinition
That means either the resolver option does not work, or something else is wrong.
Sorry, something went wrong.
@shihlinlu @danez changing the resolver, resolved this for me
No branches or pull requests
I'm getting the following error when I run my
buildDocs
script:This error still occurs even after I add the resolver option:
I have seen a previous issue with the similar problem here: #213
I have multiple exports for Redux connected components for ease of testing.
And as more background info, my application utilizes TypeScript, React, and Redux. I am using react-docgen
v5.0.0-beta.1
The text was updated successfully, but these errors were encountered: