Cody Bennett
Cody Bennett
Try disabling SWC minification and/or pinning to an earlier version like 14.0.1 if using newer features. This has been a repeat issue with Next.js (e.g. most recently https://github.com/vercel/next.js/issues/58557)
[v9.96.4](https://github.com/pmndrs/drei/releases/tag/v9.96.4) had ce3eb7e2eb5899f9b6085d9350fb4a1e9eb3c822. cc @drcmda
I put out [v9.96.5](https://github.com/pmndrs/drei/releases/tag/v9.96.5) which reverts that change.
I realize I haven't implemented `OutputPass` in [pmndrs/three-stdlib](https://github.com/pmndrs/three-stdlib) yet. I'll do that now. Is it breaking to switch from `GammaCorrectionShader` to `OutputPass`? We're not pulling from three.js so it would...
This might have been from #1671 which was producing large bundles. Try again with latest.
I'm going to need to see a project or concrete reproduction since this is highly configuration dependent and I notice the use of `react-app-rewired`.
Is this also `create-react-app` or a custom configuration? I'm afraid I can't do anything without this info thus far.
I wonder if this is related to #1412 which added a dependency with a large WASM binary. Maybe try `@react-three/[email protected]` which is before that landed.
This is smearing from the temporal resolve of the SSR effect which is no longer maintained in favor of https://github.com/0beqz/realism-effects. Its v2 branch has a very stable denoiser which I'm...
There's two things that `createPortal` does that can make this tricky: - it clones the root state for the portal and modifies its `scene` property with an `Object3D` - the...