I'm trying to leverage the built in Depth of Field effect - when I attach it to my camera I get an error -
attachCamerasToRenderPipeline() - >You're trying to reuse a post process not defined as reusable.
I can still seem to toggle the effect on an off. I looked at the typescript code and can see that the internal effects of the LensRenderingPipeline class are indeed set to be non-reusable.
The effect does seem to be behaving the way it we expect but is there anything I should be concerned about in regards to this error?