Here is the demo with 7.49.0 - https://codepen.io/eldinor/full/YPzVdLO
(WebGL by default)
If you change the Viewer version to 7.50.0 or higher there will be the next errors:
(WebGPU by default)
I believe this is related to WebGPU. The only way to avoid errors is to add engine="WebGL" to Viewer attributes inside each <babylon-viewer> tag (or not use the environment attribute). Is there a way to use WebGPU engine in such cases?