Description:
- A-Frame Version: 1.1.0  &  master
- Platform / Device:  all firefox 81.0 (64-bit) and  Chromium  81.0.4044.92 (Developer Build) built on Debian 10.4, running on Debian 10.6 (64-bit)  linux
- Reproducible Code Snippet or URL:
 https://artboxvr.com/brooklyn/
** Works NO ERRORs on A-Frame Version: 1.0.4
firefox:
Uncaught TypeError: this.attributes.position is undefined
Aframe 13
computeBoundingSphere
raycast
ki
intersectObjects
checkIntersections
tock
value
onAfterRender
render
value
exports
u
t
index.js:96:18
Aframe 13
computeBoundingSphere
raycast
ki
intersectObjects
checkIntersections
tock
value
onAfterRender
render
value
exports
u
t
chrome:
Uncaught TypeError: Cannot read property 'array' of undefined
at TextGeometry.computeBoundingSphere (index.js:96)
at P.raycast (three.js:8649)
at ki (three.js:34685)
at Ui.intersectObjects (three.js:34733)
at i.checkIntersections (raycaster.js:227)
at i.tock (raycaster.js:199)
at HTMLElement.tock (a-scene.js:764)
at e.object3D.onAfterRender (a-scene.js:53)
at We.render (three.js:18659)
at HTMLElement.render (a-scene.js:798)
RE:  /issues/4618
I made all the suggested fixes but same error..
Thanks!