im trying to do work model viewer wih react.js
the 3D model does not appear only the poster is shown
https://codesandbox.io/s/gifted-edison-m60h2?file=/src/App.js
-

I cloned this repo and it works just fine locally. So I created a clean create-react-app project that works with model-viewer and uploaded it to CodeSandbox., but for some reason, it doesn't work in CodeSandbox. I get two warnings in the console:
Problems consuming cache
Error: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
Therefore I believe it is a CodeSandbox issue
I was able to get a CodeSandbox example using NextJS working.
CodeSandbox Example
I was able to get a CodeSandbox example using
NextJSworking.
CodeSandbox Example
I will try locally and with clean project
@nestorchura2019 HERE this is a working create-react-app example repo I made that you can clone.
thanks, work in local
Most helpful comment
I was able to get a CodeSandbox example using
NextJSworking.CodeSandbox Example