I installed react-three-fiber and I am trying to apply postprocessin, but I get this error
No matching export in "node_modules/three/build/three.module.js" for import "WebGLMultisampleRenderTarget"
here is an example:
<EffectComposer disableNormalPass>
<Bloom luminanceThreshold={1} mipmapBlur />
</EffectComposer>
<Environment background preset="sunset" blur={0.8} />
I did investigation but nothing helped.