Skip to content

Cannot find name 'mixed' #3042

Closed
Closed
@zonque

Description

@zonque

After updating a Typescript enabled Vue application from bootstrap-vue@2.0.0-rc.16 to bootstrap-vue@2.0.0-rc.17, I get the following error:

ERROR in [redacted]/node_modules/bootstrap-vue/src/index.d.ts
28:37 Cannot find name 'mixed'.
    26 |     | 'dark'
    27 |   type SortDirection = 'asc' | 'desc' | 'last'
  > 28 |   type FormatterCallback = ((value: mixed, key: string, item: mixed) => any)
       |                                     ^
    29 | 
    30 |   export interface TableField {
    31 |     label?: string

Reverting to bootstrap-vue@2.0.0-rc.16 fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions