Hello, today I was just trying to add bloom to my project therefore importing @react-three/postprocessing package into the scene. But then this error popped up
I am really not sure what is happening here are all the packages and versions that I have been using
I have all the latest packages and here are my import statements in App.jsx
import { OrbitControls, Sphere } from "@react-three/drei"
import { CustomStars } from "./components/CustomStars"
import { CustomWater } from './components/CustomWater';
import { TJelly } from "./components/tJelly";
import { Suspense } from "react"
import { Gradient, LayerMaterial } from "lamina";
import * as THREE from "three";
import { EffectComposer, Bloom } from "@react-three/postprocessing";