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 see for this issue you removed the react-router-dom dependency. Since react-router-domimports and re-exports all the components of react-router, isn't it better to replace react-router with react-router-dom which would give the NavLink that you needed for the test. Or is there any use case that I might be missing? Thanks @icd2k3
The text was updated successfully, but these errors were encountered:
I see for this issue you removed the
react-router-dom
dependency. Sincereact-router-dom
imports and re-exports all the components ofreact-router
, isn't it better to replacereact-router
withreact-router-dom
which would give theNavLink
that you needed for the test. Or is there any use case that I might be missing? Thanks @icd2k3The text was updated successfully, but these errors were encountered: