Skip to content
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

Multiple exported component definitions in one file #365

Open
embbnux opened this issue Aug 23, 2017 · 0 comments
Open

Multiple exported component definitions in one file #365

embbnux opened this issue Aug 23, 2017 · 0 comments

Comments

@embbnux
Copy link
Collaborator

embbnux commented Aug 23, 2017

Found that ConversationMessageList and Header component export multiple component in on file.
And it causes problems in docs gen.
React-docgen doesn't support to parse Multiple exported component definitions in one file.
We need to avoid to export multiple components in on file. It is not a standard way.

And found that we export some sub components in ConversationMessageList and Header file just for test.
Is it possible to test those component without exporting sub components in those file. @tylerlong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant