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
With the adoption of React Router 7 in Vaadin 24.7, the documentations should be updated to reflect the same.
There are points in documentations that still import the NavLink, Outlet, useNavigate, useLocation, and etc. from the react-router-dom package.
These are some of the articles (but there might be more):
Note: as Minor versions are also going to be available for the docs, it should be considered that the usage of react-router-dom is fine in 24.6 and older, but not in 24.7+.
The text was updated successfully, but these errors were encountered:
With the adoption of React Router
7
in Vaadin24.7
, the documentations should be updated to reflect the same.There are points in documentations that still import the
NavLink
,Outlet
,useNavigate
,useLocation
, and etc. from thereact-router-dom
package.These are some of the articles (but there might be more):
Note: as Minor versions are also going to be available for the docs, it should be considered that the usage of
react-router-dom
is fine in 24.6 and older, but not in 24.7+.The text was updated successfully, but these errors were encountered: