Closed
Description
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.