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 optimizeSSR
in order to get over the _vm._ssrNode
error but I encountered the Cannot read property 'Ctor' of undefined
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.