Skip to content

(intermediate value).map is not a function at b-table with compat-build #7059

@derweise

Description

@derweise

Hi @xanf

I am using vue3-compat-build.

I am using b-table:

        <b-table
          class="d-none d-md-table"
          v-if="!isFetching"
          small
          striped
          :fields="zeitnachweiseHeader"
          :items="zeitnachweise"
          :filter="filter"
        >
          <template v-slot:cell(aktion)="data">
               ...
          </template>
        </b-table>

When I go with the mouse over the table, I see following error in the console:


Uncaught TypeError: (intermediate value).map is not a function
    getTbodyTrs mixin-tbody.js:62
    getTbodyTrIndex mixin-tbody.js:75
    emitTbodyRowEvent mixin-tbody.js:80
    rowUnhovered mixin-tbody-row.js:104
    callWithErrorHandling vue.runtime.esm-bundler.js:1668
    callWithAsyncErrorHandling vue.runtime.esm-bundler.js:1677
    invoker vue.runtime.esm-bundler.js:11614
    addEventListener vue.runtime.esm-bundler.js:11564

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions