create-client icon indicating copy to clipboard operation
create-client copied to clipboard

vuetify, nuxtjs errors: update(edit) object

Open sergerdn opened this issue 5 years ago • 1 comments

API Platform version(s) affected: 0.5.1

Description

vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in getter for watcher "filteredItems": "TypeError: Cannot read property 'header' of null"

found in

---> <VCombobox>
       <VForm>
         <BookForm> at src/components/book/Form.vue
           <BookUpdate> at src/views/book/Update.vue
             <BookLayout> at src/components/book/Layout.vue
               <VMain>
                 <VApp>
                   <Anonymous>
                     <Root>

How to reproduce

  • Follow any link:
    • https://api-platform.com/docs/client-generator/vuetify/#install-without-docker
    • https://api-platform.com/docs/client-generator/nuxtjs/
  • Make all things
  • Proceed to edit any Books or Reviews item.

Additional Context

  • vuetify: Screenshot 2020-11-11 at 06 59 33
  • nuxtjs: Screenshot 2020-11-11 at 08 24 26

Errors happened here: Screenshot 2020-11-11 at 09 39 43

sergerdn avatar Nov 11 '20 04:11 sergerdn

Also getting this error anytime the combobox is cleared

pablougas avatar Apr 18 '21 15:04 pablougas