Under what circumstances will redux's store change?

the selectDerivedProps function in the react-redux source code connectAdvanced.js will determine whether store and selectorFactoryOptions have changed. In addition to the first execution here, when else will you change these two values?

Jun.09,2022
Menu