sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Error in created hook: "TypeError: Cannot convert undefined or null to object" #46

Closed abhimanusharma closed 4 years ago

abhimanusharma commented 4 years ago

When I load this on a modal using @click this error show in console.

<FormBuilderModal
        :active="openAddFormDialog"
        :app="app"
        @dialogClose="handleDialogClose"
        ref="formBuilderModal"
        />
<md-button class="md-primary md-icon-button" @click="openAddFormDialog = true">
          <md-icon>add</md-icon>
</md-button>
sethsandaru commented 4 years ago

Hi friend,

Please provide the error on console, a full snippet of your component, where you are using the Vue Form Builder. Since the FormBuilderModal is not the Vue Form Builder' component.

For me, it looks like it's a problem from your internal project, not Vue Form Builder.

sethsandaru commented 4 years ago

There has been a week but no more detail yet. I'll close this issue. Feel free to re-open it again with more information.