问题
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?
来源:https://stackoverflow.com/questions/49601192/formvalueselector-doesnt-get-the-values-if-i-go-to-the-new-page-via-changing