Shopify.app.extensions() not returning latest Theme App Extension data (slot missing)

I’m working with a Theme App Extension and using shopify.app.extensions() to fetch extension data on the storefront.

I’m facing an issue where newly added slots (or updates to existing ones) are not reflected in the response.

Current Behavior:

When I log shopify.app.extensions(), I get something like: there are no activations.

Has anyone else faced the same issue or found a workaround?

Thanks in advance!