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
The JSX internal representation and user both can define the props type in the same scope. In order to show a better error message, multiple locations of props type need to be handled specially. Even generalizing this issue, multiple locations of duplicated definitions could be handled for a better user experience.