dai-shi / proxy-memoize

Intuitive magical memoization library with Proxy and WeakMap
http://proxy-memoize.js.org/
MIT License
715 stars 16 forks source link

TypeError: (0 , _proxyMemoize.default) is not a function #55

Closed groyee closed 1 year ago

groyee commented 1 year ago

Getting this error with jest... version 1.2

Any workaround?

dai-shi commented 1 year ago

Please see #30 and #42. Please continue discussion in #42 if it's jest related.

I feel like I should consider to move to named export and release v2.

groyee commented 1 year ago

Named export sounds great!