bootstrap-vue / bootstrap-vue

BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
https://bootstrap-vue.org
MIT License
14.52k stars 1.88k forks source link

Error after update from 2.0.4 to 2.1.0 in Safari #4402

Closed ddzobov closed 4 years ago

ddzobov commented 4 years ago
[Vue warn]: Error in v-on handler: "TypeError: undefined is not an object (evaluating 'this.$refs.tbody.$el')"

found in

---> <BTr>
       <BTbody>
         <BTable>
           <BServerTable> at resources/js/components/BServerTable.vue
             <Table> at resources/js/pages/System/Table.vue
               <System> at resources/js/pages/System.vue
                 <LayoutComponent> at resources/js/LayoutComponent.vue
                   <AppComponent> at resources/js/App.vue
                     <Root>

Error appearing in Safari. In Chrome i can not reproduce it.

Versions

Libraries:

Environment

tmorehouse commented 4 years ago

Duplicate: #4384 Fixed by: #4388

Will be available in release v2.2.0

tmorehouse commented 4 years ago

BootstrapVue v2.2.0 has been released.