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

Placing an uploaded file in-room causes the 2D UI to crash #6133

Closed
Exairnous opened this issue Jun 21, 2023 · 1 comment
Closed

Placing an uploaded file in-room causes the 2D UI to crash #6133

Exairnous opened this issue Jun 21, 2023 · 1 comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority

Comments

@Exairnous
Copy link
Contributor

Description
When you go to place an uploaded file in-room the Hubs 2D UI crashes.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the "Place" menu and choose "Upload".
  2. Observe the Hubs 2D UI go white and an error is printed in the browser console (see below).

Expected behavior
You should be able to upload a file from the "Place" menu without crashing the 2D UI.

Hardware

  • Device: Laptop
  • OS: Linux
  • Browser: Chromium

Additional context
Error message:

react-dom.production.min.js:189 TypeError: t.split is not a function
    at m (index.esm.mjs:69:33)
    at Fe (index.esm.mjs:1915:21)
    at ou (react-dom.production.min.js:244:482)
    at ku (react-dom.production.min.js:263:46)
    at wu (react-dom.production.min.js:260:446)
    at bu (react-dom.production.min.js:259:431)
    at react-dom.production.min.js:283:96
    at _s (react-dom.production.min.js:281:398)
    at ss (react-dom.production.min.js:273:439)
    at Ba (react-dom.production.min.js:127:105)
react-dom.production.min.js:127 Uncaught TypeError: t.split is not a function
    at m (index.esm.mjs:69:33)
    at Fe (index.esm.mjs:1915:21)
    at ou (react-dom.production.min.js:244:482)
    at ku (react-dom.production.min.js:263:46)
    at wu (react-dom.production.min.js:260:446)
    at bu (react-dom.production.min.js:259:431)
    at react-dom.production.min.js:283:96
    at _s (react-dom.production.min.js:281:398)
    at ss (react-dom.production.min.js:273:439)
    at Ba (react-dom.production.min.js:127:105)
@Exairnous Exairnous added bug needs triage For bugs that have not yet been assigned a fix priority labels Jun 21, 2023
@keianhzo
Copy link
Contributor

Fixed by #6135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
Projects
None yet
Development

No branches or pull requests

2 participants