useCheckoutToken hook is not working on checkout-ui-extensions

Have a good day everybody!

I see useCheckout hook is available on @Shopify_77 /ui-extensions-react/checkout but when I try to use it to grab the checkout token is not working, my app extension has already permissions for

read_checkouts,write_checkouts,read_orders,write_orders,read_all_orders but still not working on the checkout extension render “purchase.checkout.shipping-option-item.render-after” any idea?

This is the error https://drive.google.com/file/d/1MDnwES2Rju08-br7IxSNGaGbBffh5AzF/view?usp=share_link

Thanks in advance

I have the same issue. Any solution for that?

OK, I figure out the reason, after I update the api_version to the latest one, I can get the checkout token.

thanks, it really works