pmndrs / react-postprocessing

📬 postprocessing for react-three-fiber
https://docs.pmnd.rs/react-postprocessing
MIT License
1.1k stars 106 forks source link

EffectComposer and Typescript #251

Open canusta opened 11 months ago

canusta commented 11 months ago

Hello!

EffectComposer works on dev and doesn't throw an error on build. However website is throwing a "ReferenceError: STATE$1 is not defined" error and not working. The project is build with TypeScript. Any thoughts why I'm getting this error?

Thank you