bluframe / react-router-scroll-top

A short-hand component to scroll to top on route change for React Router 4
MIT License
22 stars 5 forks source link

Not compatible with React Router v6 #34

Open egauci opened 2 years ago

egauci commented 2 years ago

React Router v6 does does not have "withRouter". Uses hooks instead.

edoardo-bluframe commented 2 years ago

Hey @egauci - we defo wanna be able to support React Router 6

What about our users who are still using withRouter?

Do you have a suggestion to support both?