Navigation not properly working if the resource has custom route
Hi, I am using react-router-6, We have configured a resource with a route called '/config/units'. when using edit function from useNavigation, it redirecting to
http://config/units/edit... instead of http://localhost:3000/config/units/edit/...