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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: