Upgrading from r181 to r182 MeshStandardMaterial transparent

Hi there,

i know i am late but when i was upgrading from 181 to 184 today my app displayed something weird. no MeshStandardMaterials are displayed anymore. I checked which version is the problem and it is the update from 181 to 182 where it appears. I read the migration guide but i do not understand where is the problem Migration-Guide 181–182.

I am using react-three/fiber. Is this a problem, do i have to wait until fiber updates? Because of the shadowmap update:

PCFSoftShadowMap with WebGLRenderer is now deprecated. Use PCFShadowMap which is now soft as well.

i tried setting shadows={{ type: THREE.PCFShadowMap }} on the Canvas

Greetings Tom

I found the problem, i was using Softshadows from drei. When i disable it it works perfectly fine.