You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.