Horizontal filmstrip (#interfaceConfig.VERTICAL_FILMSTRIP=false
) appears to be broken.
Only shows grey screen and the following errors in console:
TypeError: Cannot read properties of null (reading 'offsetHeight')
at Dj (Filmstrip.js:18:43)
at Z4.getDimensions (SharedVideo.tsx:40:44)
at Z4.render (SharedVideo.tsx:76:99)
at Ps (react-dom.production.min.js:204:189)
at As (react-dom.production.min.js:203:149)
at xl (react-dom.production.min.js:292:172)
at vc (react-dom.production.min.js:280:389)
at bc (react-dom.production.min.js:280:320)
at gc (react-dom.production.min.js:280:180)
at lc (react-dom.production.min.js:273:245)
at qa (react-dom.production.min.js:127:105)
at nc (react-dom.production.min.js:266:390)
at Object.enqueueSetState (react-dom.production.min.js:145:225)
at b.setState (react.production.min.js:12:237)
at BaseApp.tsx:208:18
at new Promise (<anonymous>)
at APP._navigate (BaseApp.tsx:207:16)
at middleware.ts:125:48
2023-05-24T14:34:54.832Z [features/base/app] <APP.componentDidCatch>: TypeError: Cannot read properties of null (reading 'offsetHeight')
at Dj (Filmstrip.js:18:43)
at Z4.getDimensions (SharedVideo.tsx:40:44)
at Z4.render (SharedVideo.tsx:76:99)
at Ps (react-dom.production.min.js:204:189)
at As (react-dom.production.min.js:203:149)
at xl (react-dom.production.min.js:292:172)
at vc (react-dom.production.min.js:280:389)
at bc (react-dom.production.min.js:280:320)
at gc (react-dom.production.min.js:280:180)
at lc (react-dom.production.min.js:273:245)
at qa (react-dom.production.min.js:127:105)
at nc (react-dom.production.min.js:266:390)
at Object.enqueueSetState (react-dom.production.min.js:145:225)
at b.setState (react.production.min.js:12:237)
at BaseApp.tsx:208:18
at new Promise (<anonymous>)
at APP._navigate (BaseApp.tsx:207:16)
at middleware.ts:125:48
Reproducible in alpha and beta as well.
Not sure if anyone actually uses that feature or if it is on the way out, but thought I should raise this just in case this was unintended and not yet on anyone’s radar.