Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MenuList warns missing <b-icon> #256

Closed
kikuomax opened this issue Jun 26, 2024 · 0 comments · Fixed by #261
Closed

MenuList warns missing <b-icon> #256

kikuomax opened this issue Jun 26, 2024 · 0 comments · Fixed by #261
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@kikuomax
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant