Home

Issue: 2841

Unable to Lazy Load Functional Component

[issue link]

Greeting,

I was trying to lazy load some functional components, and I encountered this #2565

anyway, I disabled optimizeSSRin order to get over the _vm._ssrNode error but I encountered the Cannot read property 'Ctor' of undefined

ctor

And the Error was disappearing if we make the component as a normal one or we stop lazy loading it.

PS: most of our functional components are SVG wrapped icons, so it makes a good sense to set them as functional one and lazyload them.

This question is available on Nuxt.js community (#c2467)