I was making a react three fiber application with drei and postprocessing, i have used the default versions labeled by npm and also the latest version by npm but the post processing file has a missing import which isn’t exported by the mentioned threejs file. can anyone help regarding this?
No matching export in "node_modules/three/build/three.module.js" for import "WebGLMultipleRenderTargets"
node_modules/@react-three/postprocessing/dist/effects/SSR/screen-space-reflections.js:2:164
Here is list of my dependencies
"@react-three/drei": "^9.120.5"
"@react-three/fiber": "^8.17.10"
"@react-three/postprocessing": "^2.16.5"
"react": "^18.3.1"
"react-dom": "^18.3.1"
"three": "^0.172.0"