BuilderBlocks is not defined after upgrading @builder.io/sdk-vue

Encountering a build error of “BuilderBlocks is not defined” when attempting to run site via localhost.

Builder public api key
593f714c13a94bc4b37f7ab4a3062a50

What are you trying to accomplish
Trying to run the development server via localhost for testing since upgrading from @builder.io/sdk-vue version 0.0.1-50 to 0.0.1-64

Screenshots or video link
Also, getting this warning message in my terminal when running via localhost:

Code stack you are integrating Builder with
Vue2, Nuxt2

Hey @rtuttle, Are you using @builder.io/vue or @builder.io/sdk-vue? Did you upgrade from the first one to the second one?

@builder.io/sdk-vue is a new beta SDK, and it never had RenderBlocks as an exported component. It has a separate set of exports compared to @builder.io/vue. Do you mind sharing your code that is using the Builder SDK for us to better understand what is going on and help you?

Some links:

The READMEs of both link to examples that highlight how they are meant to be used.

1 Like