Jest is not a function error
scaki opened this issue · 3 comments
scaki commented
In our Next js project, we use your package so that the selectors respond when there is a change. But our tests give the following error. How can we solve this?
TypeError: (0 , _proxyMemoize.default) is not a function
Packages details:
"next": "^13.0.2"
"redux": "^4.2.0"
"react-redux": "^8.0.2"
"next-redux-wrapper": "^8.0.0"
"reselect": "^4.1.6"
"proxy-memoize": "^1.2.0"
scaki commented
I don't understand how to fix the problem