react-postprocessing
react-postprocessing copied to clipboard
Named export 'BlendFunction' not found with NextJS
I received this error right after installing rpp, after bypassing a few peer deps issues with three and fiber:

I noticed that this issue went away after I used the new /app directory structure instead of /pages, but doing so introduces another error that prevents the build process

Is there another way to fix this issue?
I had the same issue. The following combination of changes solved it for me use those version.
And use next.js module transpiration instead of next-transpile-modules as mentioned in react-three-fiber documentation.

In the next.config.js.
