-
Notifications
You must be signed in to change notification settings - Fork 501
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
fix(object) Ensure keys for all rendered array elements #166
Conversation
99d0401
to
522c56d
Compare
ObjectLinks.propTypes = { | ||
path: PropTypes.instanceOf(Path).isRequired, | ||
links: PropTypes.arrayOf(PropTypes.shape({ | ||
Hash: PropTypes.string.isRequired, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upper H
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's what we get from the js-ipfs-api
e5a4a80
to
eb2dbe2
Compare
eb2dbe2
to
c798ea8
Compare
@@ -1,5 +1,8 @@ | |||
{ | |||
"presets": ["react", "es2015", "stage-0"], | |||
"plugins": [ | |||
'transform-runtime' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a node module? If not, where is it loaded from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a node module called babel-plugin-transform-runtime
which is loaded by babel on its own, same with the presets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool.
Overall, looks good to me, from an overview of the code and not from an I-tried-to-run-this perspective. Happy to merge it. |
fix(object) Ensure keys for all rendered array elements
Closes #161
Missing: