Depth of Fields Effect (postprocessing) with logarithmicDepthBuffer is not work

Hi, I’d like to ask about DOF postprocessing especially in React three fiber.

I have to use logarithmicDepthBuffer because of large scene size. But I need to use DOF eigther.

I want to set focal distance to my target but even I change focal distance it does not have any change.

But when I off logarithmicDepthBuffer, it work.

Can I use logarithmicDepthBuffer with DOF??

example

I made example code above so you can try or fix.

Thanks for reading!!