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

BTag warns missing BIcon #40

Closed
kikuomax opened this issue Aug 22, 2023 · 1 comment · Fixed by #252
Closed

BTag warns missing BIcon #40

kikuomax opened this issue Aug 22, 2023 · 1 comment · Fixed by #252
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@kikuomax
Copy link
Collaborator

kikuomax commented Aug 22, 2023

Overview of the problem

Buefy version: buefy-next (67ecf3a)
Vuejs version: 3.3.4
OS/Browser: macOS/@vue/test-utils

Description

<b-tag> warns missing <b-icon>.

[Vue warn]: Failed to resolve component: b-icon

Steps to reproduce

I encountered this while working on unit tests of Tag:

In the packages/buefy-next folder, run the unit tests on Tag:

npx jest src/components/tag/Tag.spec.js

I have not confirmed on a browser but I think we could reproduce this if we specifically import Tag without installing Buefy as a plugin.

Expected behavior

No warning is shown.

Actual behavior

The warning is shown.

This was referenced Sep 5, 2023
@kikuomax kikuomax added the good first issue Good for newcomers label Jan 10, 2024
@kikuomax kikuomax added this to the v0.1.4 milestone Apr 15, 2024
@wesdevpro wesdevpro self-assigned this Jun 21, 2024
@kikuomax
Copy link
Collaborator Author

I updated the description to include the command for reproduction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

2 participants