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

BMessage warns missing BProgress #24

Closed
kikuomax opened this issue Aug 8, 2023 · 1 comment · Fixed by #253
Closed

BMessage warns missing BProgress #24

kikuomax opened this issue Aug 8, 2023 · 1 comment · Fixed by #253
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed need investigation Need investigation
Milestone

Comments

@kikuomax
Copy link
Collaborator

kikuomax commented Aug 8, 2023

Overview of the problem

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

Description

<b-message> warns missing <b-progress>.

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

Steps to reproduce

I encountered this while working on unit tests of Message:

In the packages/next-buefy folder, run the following command and see the warning messages are shown:

npx jest src/components/message/Message.spec.js

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

Expected behavior

No warning is shown.

Actual behavior

The warning is shown.

@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 added help wanted Extra attention is needed need investigation Need investigation labels Apr 26, 2024
@kikuomax
Copy link
Collaborator Author

kikuomax commented May 6, 2024

I have updated Section "Steps to reproduce".

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 help wanted Extra attention is needed need investigation Need investigation
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants