Reactjs – Redux Toolkit with createSelector not memoizing
I have form like so It has a parent-child relationship. In the RTK slice, it looks like this: application -> personList (array of person objects) --> assetList (array of asset objects) Example JSON: { application: { personList: [ { id,…