MenuList warns missing <b-icon>
kikuomax opened this issue · 0 comments
kikuomax commented
Overview of the problem
Buefy version: buefy-next 0.1.3
Vuejs version: 3.3.7
OS/Browser: macOS/@vue/test-utils
Description
<b-menu-list>
warns missing <b-icon>
.
[Vue warn]: Failed to resolve component: b-icon
Steps to reproduce
I encountered this while working on unit tests of MenuList
:
In the packages/buefy-next
folder, run the following command and see the warning message is shown:
npx jest src/components/menu/MenuList.spec.js
I have not confirmed on a browser but I think we could reproduce this if we specifically import MenuList
without installing the entire Buefy as a plugin.
Expected behavior
No warning is shown.
Actual behavior
The warning is shown.