react-uwp icon indicating copy to clipboard operation
react-uwp copied to clipboard

react-uwp and react-router Link

Open narutosanjiv opened this issue 7 years ago • 1 comments

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

  • React-UWP: 1.2.2
  • React: 16.5.2
  • Browser:Chrome

narutosanjiv avatar Oct 25 '18 15:10 narutosanjiv

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.

KeyWeeUsr avatar Nov 24 '19 14:11 KeyWeeUsr