Reactjs – React 18 – TypeError: Cannot read properties of undefined (reading 'matches')
I am getting the following error when testing using window.matchMedia. This runs fine in production and locally, it is only an issue during testing. I am using React 18 with vite. TypeError: Cannot read properties of undefined (reading 'matches') It…