Closed
Description
Dev Tools evolved a lot the last months.
Last version doesn't display well functions in props, it leaves an empty field so hard to see if the prop is really passed and if there's really and function passes in the props of the component.
For example i dont' know if the prop onChange
really exists as a prop of the component TokenInput
.
Don't know also which props are undefined.
Could be also great to use the propTypes to show the types of the props.