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

Bug: @mux/mux-player loaded from node_modules does not working #1055

Open
1 task done
IlyaRazuvaev opened this issue Dec 21, 2024 · 0 comments · May be fixed by #1056
Open
1 task done

Bug: @mux/mux-player loaded from node_modules does not working #1055

IlyaRazuvaev opened this issue Dec 21, 2024 · 0 comments · May be fixed by #1056
Labels
bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@IlyaRazuvaev
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Which Mux Elements/Packages does this apply to? Select all that apply

mux-player

Which browsers are you using?

Chrome

Which operating systems are you using?

macOS

Description

Hello!
I have stencil.js frontend environment and "@mux/mux-player": "^3.1.0" in package.json. I use import '@mux/mux-player'; to work with <mux-player> component, but error appear.
Image
I don't have enough time to create reduced test case, because it should include the whole infrastructure bundle.
FYI:
"@mux/mux-player": "^2.9.0" is working
<script src='https://cdn.jsdelivr.net/npm/@mux/mux-player'></script> is working too

Reduced test case

No response

Steps to reproduce

  1. npm i @mux/mux-player
  2. import '@mux/mux-player' in the component
  3. bundle error appear in the terminal and browser console

Current Behavior

Image

Expected Behavior

No error

Errors

Image

What version of the package are you using?

3.2.4

@IlyaRazuvaev IlyaRazuvaev added bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Dec 21, 2024
@IlyaRazuvaev IlyaRazuvaev linked a pull request Dec 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant