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
if you set the dpr prop of Canvas - e.g. dpr={[1, 2]} - it throws the following error:
Failed to set the 'width' property on 'OffscreenCanvas': Value is not of type 'unsigned long'.
at WebGLRenderer.setSize (webpack-internal:///(app-client)/./node_modules/three/build/three.module.js:28279:17)
at WebGLRenderer.setPixelRatio (webpack-internal:///(app-client)/./node_modules/three/build/three.module.js:28257:9)
Best
The text was updated successfully, but these errors were encountered:
Hi,
if you set the dpr prop of Canvas - e.g.
dpr={[1, 2]}
- it throws the following error:Best
The text was updated successfully, but these errors were encountered: