I use Shopify POS UI extensions version 2025.1.x. I try to check the line items via:
import { useCartSubscription } from "@shopify/ui-extensions-react/point-of-sale";
// In my component
const cart = useCartSubscription();
When I inspect the line item taxable
property, it is true every time, even for tax exempt items or items that I explicitly add as tax exempt.
Can a fix be released in the 2025.4.x or even sooner? This is a huge blocker and a bugfix should be simple