We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
craft-visual instances won't render during SSG. Direct visual instances, like in our looping demo, do. I figure the issue is that they're functional.
craft-visual
visual
The text was updated successfully, but these errors were encountered:
The prob wasn't functional components specifically but ones that referenced components registered as strings for use with @nuxt/components. Like this:
https://github.com/BKWLD/cloak-visual/blob/0c4456ff1aecf69e8d6f07398cbc4b6dea0d228f/adapters/globals/craft-visual.coffee#L27
Sorry, something went wrong.
Emit an error message when no data property found on vnode
755a17b
#78
Explicitly use components from functional global components
7cde7da
See BKWLD/vue-ssr-carousel#78
No branches or pull requests
craft-visual
instances won't render during SSG. Directvisual
instances, like in our looping demo, do. I figure the issue is that they're functional.The text was updated successfully, but these errors were encountered: