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
Failed to compile.
./node_modules/@react-three/postprocessing/dist/effects/N8AO/N8AOPostPass.js
Attempted import error: 'WebGLMultipleRenderTargets' is not exported from 'three' (imported as 'THREE').
Import trace for requested module:
./node_modules/@react-three/postprocessing/dist/effects/N8AO/N8AOPostPass.js
./node_modules/@react-three/postprocessing/dist/effects/N8AO/index.js
./node_modules/@react-three/postprocessing/dist/index.js
./node_modules/@react-three/postprocessing/dist/effects/SSR/screen-space-reflections.js
Attempted import error: 'WebGLMultipleRenderTargets' is not exported from 'three' (imported as 'WebGLMultipleRenderTargets').
Import trace for requested module:
./node_modules/@react-three/postprocessing/dist/effects/SSR/screen-space-reflections.js
./node_modules/@react-three/postprocessing/dist/effects/SSR/index.js
./node_modules/@react-three/postprocessing/dist/index.js
Library versions used
Three: 172
Post Processing: 6.36.6
@react-three/postprocessing: 2.16.5
Desktop
OS: Windows
Happy new year 🎇!
The text was updated successfully, but these errors were encountered:
Description of the bug
After the latest update to postprocessing
6.36.6
with three172
that was pushed yesterday,@react-three/postprocessing
now does not build anymore.I am unsure if this bug belongs here or in postprocessing
if I add overrides to pin to previous version
6.36.5
and three171
everything works fine again.I am using next
15.1.3
& pages router.Library versions used
Desktop
Happy new year 🎇!
The text was updated successfully, but these errors were encountered: