I found the issue and is due the packages mismatch. The above code is from library so pinning the package versions fixed it by adding those to resolutions in package.json
"redux": "v5.0.1", "react-redux": "v9.2.0"