myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

showLabel prop on DOM element #32

Closed eric-kimbrel closed 6 years ago

eric-kimbrel commented 6 years ago

Problem description

NavigationView passes the showLabel prop to DOM elements causing a warning:

Warning: React does not recognize the showLabel prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase showlabel instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Link to minimal working code that reproduces the issue

Versions