1

I am using Redux-Form 7.3.0 and noticed that if go to other pages via changing the URL then if on the new page if I try to get values with formValueSelector it doesn't work - will be undefined. But if I go to the new page component via <Link to={'/blabla'}> (react-router-dom) it will be ok and I get the values. why?

0 Answers0