-
-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When setting tbodyTrClass to a string, I get this warning message for each row:
15:45:05.562 [Vue warn]: Invalid prop: type check failed for prop "tbodyTrClass". Expected Function, got String with value "align-middle".
at <BTable tbody-tr-class="align-middle" fields=
Array [ "a" ]
items=
Array(3) [ {…}, {…}, {…} ]
>
at <Comp>
at <App> chunk-BLKX25ZG.js:2144:13
Not a big deal as it still works fine, just a warning. I took a look at the type definition and didn't see anything obviously wrong.
Reproduction
Used Package Manager
npm
Validations
- Have tested with the latest version. This is still alpha version and sometime things change rapidly.
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working