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
See that the scene fails to load/crashes and this error is printed to the browser console:
Uncaught (in promise) TypeError: e.split is not a function
parse troika-text.js:42
Aframe 10
d
parseProperties
buildData
initComponent
updateProperties
Component
n
value
value
value
gc gltf-model-plus.js:78
e gltf-model-plus.js:283
uc hub-2b597d191271c31b14c2.js:1
s hub-2b597d191271c31b14c2.js:1
Expected behavior
The scene should load without crashing.
Hardware
Device: Laptop
OS: Linux
Browser: Firefox
Additional context
I stumbled across this bug while working on supporting the Clip Rect property in the Blender add-on, but I was able to reproduce this with a Spoke scene as well.
The text was updated successfully, but these errors were encountered:
Description
If you have a text component in a scene with the Clip Rect property filled out it crashes the AFrame loader on scene load.
To Reproduce
Steps to reproduce the behavior:
debugLocalScene
query string parameter.Expected behavior
The scene should load without crashing.
Hardware
Additional context
I stumbled across this bug while working on supporting the Clip Rect property in the Blender add-on, but I was able to reproduce this with a Spoke scene as well.
The text was updated successfully, but these errors were encountered: