You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
This issue has been automatically closed due to two years of inactivity. If you’re still experiencing a similar problem or have additional details to share, please open a new issue following our current issue template. Your updated report helps us investigate and address concerns more efficiently. Thank you for your understanding!
Link to the code that reproduces this issue
https://github.com/maybephilipp/repro-repo-nextjs-hls-bug
To Reproduce
npm run dev
Code in both routes exactly same.
btw
swcMinify: false
doesn't help.Except non-helping
swcMinify: false
, the issue is very similar to #43292Current vs. Expected behavior
Current:
default export of hls.js is broken
Expected:
default export to return hls.js export
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 Binaries: Node: 19.0.1 npm: 9.5.1 Yarn: 1.22.19 pnpm: 7.16.0 Relevant Packages: next: 14.0.2-canary.1 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
App Router
Additional context
Tested in 13.5.6 and 14+ versions.
The text was updated successfully, but these errors were encountered: