Gonçalo Marantes

Results 5 comments of Gonçalo Marantes

From reading the other issues I've just found out that this package is no longer maintained :cry: It might be a good idea to put up a disclaimer or something.

I've just upgraded a CRA application with React 18 (**with JS not TS**) from: ``` "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", ``` to ``` "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.0", "@testing-library/user-event": "^14.5.1",...

> the solution worked for me is, use @types/jest instead of @jest/types. and introduce typings that i use in tests explicitly in tsconfig for eg.: "types": ["@testing-library/jest-dom", "@types/chrome"], i had...

I just started a branch new nuxt project following the ["Getting Started" guide](https://nuxt.com/docs/getting-started/installation) and I was able to recreate this problem with Chrome. Everything works fine on Safari tho (haven't...

I found this thread for `payload-3.0-demo` (https://github.com/payloadcms/payload-3.0-demo/issues/77) with a similar error for the `/logout` route (which is what is happening to me). I have the current setup: - PayloadCMS:`3.20.0` -...