Daniel Roe
Daniel Roe
@adamchipperfield I'm not entirely sure on your project setup. You likely shouldn't be using `@nuxtjs/vercel-builder` for a static storybook deployment as this builder isn't for static sites - so make...
The implementation details would be fairly tricky so I'm not inclined to implement this at the moment or in this library. However, with Vue 2.7 bringing composition API to Vue...
@selfagency Thanks for this. I'll have a look.
I haven't yet looked into this, but more generally, it's bad practice for serverless to do network requests on function startup. It will dramatically increase your cold start, and even...
The latest version of nuxt/composition-api directly exports from render behaviour from vue itself. Would you check with the latest version to see if this is still an issue? 🙏
@MarvinMiles Now SPR v2 is about to land - e.g. https://github.com/zeit/now/pull/3067
@eostrom I appreciate your looking into this! The issue seems to be not that the data isn't in the generated HTML, but that it isn't in `nuxtState`. Possibly using a...
@eostrom I appreciate you diving into this. This should now only be an issue if `ssrRef` is used outside of setup context.
@liqueflies This should only be present in rare circumstances with this library and not at all if using built-in Nuxt methods.
@Rigo-m I am referring to https://github.com/nuxt-community/composition-api/issues/44#comment-65900