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
As a developer I want the proptypes declaration to guide my use of the component so I know what to pass to the component
The text was updated successfully, but these errors were encountered:
For instance, instantiating as follows:
<DataView key={i} name="Foo" datapackage={displayItem} />
Throws
DataView(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
Which is difficult to debug. Proptypes would clarify the reason for the failure to render.
Sorry, something went wrong.
No branches or pull requests
As a developer I want the proptypes declaration to guide my use of the component so I know what to pass to the component
Tasks
Acceptance
The text was updated successfully, but these errors were encountered: