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]: runtime bundle throws exception in Safari. TypeError: undefined is not an object (evaluating e[n].call). #8031

Open
fredrik-lindqvist opened this issue Sep 30, 2024 · 2 comments
Labels
bug Something isn't working need reproduction

Comments

@fredrik-lindqvist
Copy link

System Info

System:
OS: macOS 14.2.1,
CPU: Apple M2 pro
Memory: 16gb
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.10.0
npm: 10.8.2
Browsers:
Chrome 121.0.6167.160
Safari 18.0
npmPackages:
@rspack/cli: 1.0.8
@rspack/core: 1,0.8
@swc/core: 1.7.26

Details

When running production build in safari 18.0 our app crashes and shows only white screen and in the console an error shows "TypeError: undefined is not an object (evaluating e[n].call)" thrown from our rspack run-time bundle. If we downgrade to 0.7.5 our production build works just fine in safari.

Reproduce link

No response

Reproduce Steps

  1. run production build.
  2. Open app in safari 18 and runtime bundle should throw an TypeError.
@fredrik-lindqvist fredrik-lindqvist added bug Something isn't working pending triage The issue/PR is currently untouched. labels Sep 30, 2024
@chenjiahan chenjiahan added need reproduction and removed pending triage The issue/PR is currently untouched. labels Oct 2, 2024
Copy link
Contributor

github-actions bot commented Oct 2, 2024

Hello @fredrik-lindqvist, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction will be closed if no activities in 14 days.

Copy link
Contributor

github-actions bot commented Oct 2, 2024

Hello @fredrik-lindqvist, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction will be closed if no activities in 14 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need reproduction
Projects
None yet
Development

No branches or pull requests

2 participants