-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r3f v9 (react 19) error in Effectcomposer #301
Comments
Same issue 👍 |
We might need to consider updating Effectcomposer to match react 19 as well 👍 |
The error message I am getting with children? <EffectComposer>
<Bloom
mipmapBlur
levels={3}
opacity={0.25}
intensity={0.5}
luminanceThreshold={0.31}
luminanceSmoothing={0.71}
/>
</EffectComposer> Anything I could do? |
same issue ! please help 🙏 |
I created a reproduction repository for an error in the react postprocessing effectcomposer when using the latest r3f v9 beta 1 package (as well as next.js 15 / react 19)
The error message that gets catched by Next.js is the following:
which corresponds to line 139 https://github.com/pmndrs/react-postprocessing/blob/master/src/EffectComposer.tsx#L139 in the typescript source file
I wasn't sure if this repository is the right place to open an issue, as r3f v9 transitioned to a reconciler (previously core renderer) due to heavy changes in react 19, I assume the problem in the effectcomposer might be related to those changes
The text was updated successfully, but these errors were encountered: