findFirst should return optional object

Hi, I noticed that in drizzle 0.27, when I execute findFirst, it returns an optional object (could be undefined). However, in drizzle 0.29, it seems that findFirst will always return object (without the undefined part).

I think findFirst should always return optional object. Am I missing something here? Thanks.
image.png
image.png
Was this page helpful?