Static GitHub Issues

[1705] The error in basic.generate.test/validate

prev: About how to use keep-alive in Nuxt.js
next: How can I add CORS to nuxt?

/validate wrongly passes, it actually fails (which is expected) due to the same error as /validate?valid=true fails. The actual error is jsdom trying to getComputedStyle().WebkitTransitionDelay.split, where the WebkitTransitionDelay is undefined If you open the generated page with a real browser, it behaves correctly in both cases. I am unsure why it's the validate routes that trigger this, probably because they cause a transition when they resolve to the validated page or error page.

What do we do about this? How to report to jsdom?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1527">#c1527</a>)</em></sub></div>