Current behavior:
Trying cy.get('.selector') - fail with TypeError: Cannot read property 'map' of null
When the "vue-fragment" component is included in the project, cypress, for some reason, cannot parse

Test code to reproduce
I created a repository to reproduce:
https://github.com/shoomakov/cypress-issue
npm i
npm run serve
cd tests/e2e
npm i
npm run dev
Versions
Cypress v.4.0.2
Browser Chrome