Erik Renberg
Erik Renberg
Thanks for the reply, and sorry for the delay! I solved / worked around the problem: If I add the following snippet to `package.json` the test works again with jest:...
> Upgrading Jest to v29.2.1 seems to have fixed the issue for our Next.js project and it no longer requires the `transformIgnorePatterns` entry. What version of Jest were you using...
Also support React 18, perhaps? The official React documentation mentions this package, so it would be great if it supports React 18. https://reactjs.org/docs/higher-order-components.html#static-methods-must-be-copied-over There seem to be a PR about...
That PR has been merged now. (So I guess this issue could be closed as well? @davglass )