odairto

Results 1 comments of odairto

Guys, I found a solution for my case: I'm using Redux to set the title of my pages. In each page i had: `dispatch(setTitle("Patrimony"));` And then I changed to: ```...