Javascript – Viewport change of Vue3 app in Cypress gives TypeError ref.value is null
In Cypress I am changing the viewport of my Veu3 app after I preform any other test and it gives the error: "(uncaught execption) TypeError a.value is null". The minimum app that produces the error: <script setup> import { ref,…