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

react-uwp and react-router Link #63

Open narutosanjiv opened 5 years ago

narutosanjiv commented 5 years ago

Problem description

I am writing to write an application with react, react-router and react-uwp. If I am including react-router 'Link' component, it is not working(throwing errors.). When I replace react-router 'Link' with react-uwp 'Link' component then hyperlink functionality working as expected.

Link to minimal working code that reproduces the issue

n.a

Versions

KeyWeeUsr commented 4 years ago

Strange, I use it with react-router-dom instead and it works just fine except the default purple underline as with an ordinary <a href=...> link. Latest router and latest React UWP.