EmptyDrop Object Is Not falsy In This Specific Case, why?

The documentation says EmptyDrop objects are truth.

An EmptyDrop is also truthy…

But, this doesn’t show the h2.

{% if EmptyDrop %}
## I should show on the page, but don't!
{% endif %}

Why is this?

Hi @nicklocicero ,

I checked and your command is incorrect. Refer https://shopify.dev/api/liquid/basics/types#emptydrop

It will help you to check the object accurately.

Hope it is clear to you.