Reactjs – Navigate not detected in a sub-componnent with react routing
Hello I'm having a little problem when trying to change route in my web application. In this sub-ComponnentI'm calling a Link or a navigate and the url of my app change but the page is not redirected //List_item.js function ItemList(itemList){…