I need technical support regarding checkout UI extensions, specifically about handling of data available through the hooks provided, and the UI extension target: purchase.thank-you.cart-line-item.render-after
.
When I set this as my target and try to get new UI components and data rendering out to the page, it seems to fail silently. But when I point my code to other target areas in the extension configuration, it seems to work as intended.
Is there something more I need to do specifically?
Additionally, I am not able to find a hook to access merchandise sku data, or order id data from useApi or useCartLineTarget hooks.
Am I doing something wrong here? Or misunderstanding the documentation?