-
Notifications
You must be signed in to change notification settings - Fork 31
Conversation
This is pretty cool and I'm getting this now. |
All these changes comes with |
Hi, react-inspector author here :) Thanks for using this lib! Just a friendly reminder that an upcoming change is that the So the result for
So you might want to remove the name prop if you don't want it to be shown on the left side: + <Inspector
+ showNonenumerable
+ data={action.data.args || action.data}
+ /> |
@xyc Thats nice. In a way we would love that feature. |
data={action.data.args || action.data} | ||
/> | ||
</div> | ||
<span style={actionNameStyle}>{action.data.name}</span> |
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.
@ritz078 When we update the new inspector. We may need to remove this right?
Could you work on that?
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.
once the new one is released, i will remove it.
Renamed ‘wrap’ to ‘withKnobs’
Add generator for React Native apps
Key points :
Object{name: 'foo', args: Array[x]}
which would have looked same for every log thus making it hard to see the difference between different logs until expanded.__proto__
.action
object.